Home
last modified time | relevance | path

Searched refs:nfs_open (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dnfs.c125 int nfs_open(const char *path, struct open_file *f);
136 .fo_open = nfs_open,
462 nfs_open(const char *upath, struct open_file *f) in nfs_open() function
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c129 static int nfs_open(vnode_t **, int, cred_t *, caller_context_t *);
202 VOPNAME_OPEN, { .vop_open = nfs_open },
255 nfs_open(vnode_t **vpp, int flag, cred_t *cr, caller_context_t *ct) in nfs_open() function