Searched refs:nfs_fsync (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clvnops.c132 static vop_fsync_t nfs_fsync; variable
164 .vop_fsync = nfs_fsync,
196 .vop_fsync = nfs_fsync,
2609 nfs_fsync(struct vop_fsync_args *ap) function
2869 panic("nfs_fsync: not dirty");
/freebsd-9.3-release/sys/nfsclient/
H A Dnfs_vnops.c132 static vop_fsync_t nfs_fsync; variable
161 .vop_fsync = nfs_fsync,
189 .vop_fsync = nfs_fsync,
2963 nfs_fsync(struct vop_fsync_args *ap) function
3201 panic("nfs_fsync: not dirty");

Completed in 121 milliseconds