Searched defs:nfs_close (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dnfs.c193 static int nfs_close(struct open_file *f);
205 nfs_close,
633 nfs_close(struct open_file *f) function
639 printf("nfs_close: fp=0x%lx\n", (u_long)fp);
1282 nfs_close(struct open_file *f) function
1288 printf("nfs_close: fp=0x%lx\n", (u_long)fp);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c130 static int nfs_close(vnode_t *, int, int, offset_t, cred_t *,
203 VOPNAME_CLOSE, { .vop_close = nfs_close },
306 nfs_close(vnode_t *vp, int flag, int count, offset_t offset, cred_t *cr, function

Completed in 55 milliseconds