HomeSort by: relevance | last modified time | path
    Searched refs:nfs_close (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/alpha/stand/netboot/
conf.c 11 { nfs_open, nfs_close, nfs_read, nfs_write, nfs_seek, nfs_stat },
  /src/sys/arch/mvme68k/stand/netboot/
conf.c 12 { nfs_open, nfs_close, nfs_read, nfs_write, nfs_seek, nfs_stat },
  /src/sys/arch/arc/stand/boot/
conf.c 83 #define nfs_close 0 macro
  /src/sys/arch/emips/stand/common/
conf.c 92 #define nfs_close 0 macro
  /src/sys/arch/mipsco/stand/common/
conf.c 80 #define nfs_close 0 macro
  /src/sys/arch/pmax/stand/common/
conf.c 90 #define nfs_close 0 macro
  /src/sys/arch/sgimips/stand/common/
conf.c 82 #define nfs_close 0 macro
  /src/sys/nfs/
nfsnode.h 247 int nfs_close(void *);
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);
  /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"));

Completed in 22 milliseconds