Home | Sort by: relevance | last modified time | path |
/src/sys/arch/arc/stand/boot/ | |
conf.c | 83 #define nfs_close 0 macro |
/src/sys/arch/mipsco/stand/common/ | |
conf.c | 80 #define nfs_close 0 macro |
/src/sys/arch/sgimips/stand/common/ | |
conf.c | 82 #define nfs_close 0 macro |
/src/sys/arch/emips/stand/common/ | |
conf.c | 92 #define nfs_close 0 macro |
/src/sys/arch/pmax/stand/common/ | |
conf.c | 90 #define nfs_close 0 macro |
/src/sys/lib/libsa/ | |
nfs.c | 775 nfs_close(struct open_file *f) function in typeref:typename:__compactcall int |
/src/sys/fs/nfs/client/ | |
nfs_clvnops.c | 132 static vop_close_t nfs_close; variable in typeref:typename:vop_close_t 166 .vop_close = nfs_close, 665 nfs_close(struct vop_close_args *ap) function in typeref:typename:int 789 ("nfs_close: dirty unflushed (%d) directio buffers\n", 794 ("nfs_close: unexpectedly value (0) of n_directio_opens\n")); |
/src/sys/nfs/ | |
nfs_vnops.c | 108 { &vop_close_desc, nfs_close }, /* close */ 475 nfs_close(void *v) function in typeref:typename:int 486 UVMHIST_FUNC("nfs_close"); UVMHIST_CALLED(ubchist); |