Searched refs:nfsmount (Results 1 - 5 of 5) sorted by relevance
/third_party/NuttX/fs/nfs/ |
H A D | nfs.h | 132 extern void nfs_mux_take(struct nfsmount *nmp); 133 extern void nfs_mux_release(struct nfsmount *nmp); 134 extern int nfs_checkmount(struct nfsmount *nmp); 135 extern int nfs_fsinfo(struct nfsmount *nmp); 136 extern int nfs_request(struct nfsmount *nmp, int procnum, 139 extern int nfs_lookup(struct nfsmount *nmp, const char *filename, 143 extern int nfs_findnode(struct nfsmount *nmp, const char *relpath, 147 extern int nfs_finddir(struct nfsmount *nmp, const char *relpath,
|
H A D | nfs_adapter.c | 193 static int nfs_fileupdate(struct nfsmount *nmp, char *filename, in nfs_fileupdate() 233 struct nfsmount *nmp = NULL; in vfs_nfs_reclaim() 239 nmp = (struct nfsmount *)(node->originMount->data); in vfs_nfs_reclaim() 300 static int vfs_nfs_stat_internal(struct nfsmount *nmp, struct nfsnode *nfs_node) in vfs_nfs_stat_internal() 490 struct nfsmount *nmp = NULL; in nfs_bind() 544 nmp = (struct nfsmount *)malloc(SIZEOF_nfsmount(buflen)); in nfs_bind() 800 struct nfsmount *nmp = NULL; in vfs_nfs_mount() 852 struct nfsmount *nmp; in vfs_nfs_lookup() 857 nmp = (struct nfsmount *)(parent->originMount->data); in vfs_nfs_lookup() 905 struct nfsmount *nm in vfs_nfs_stat() [all...] |
H A D | nfs_util.c | 105 void nfs_mux_take(struct nfsmount *nmp) in nfs_mux_take() 114 void nfs_mux_release(struct nfsmount *nmp) in nfs_mux_release() 128 int nfs_checkmount(struct nfsmount *nmp) in nfs_checkmount() 164 int nfs_request(struct nfsmount *nmp, int procnum, in nfs_request() 246 int nfs_lookup(struct nfsmount *nmp, const char *filename, in nfs_lookup() 366 int nfs_findnode(struct nfsmount *nmp, const char *relpath, in nfs_findnode() 475 int nfs_finddir(struct nfsmount *nmp, const char *relpath, in nfs_finddir()
|
H A D | nfs_mount.h | 84 struct nfsmount struct 142 /* The size of the nfsmount structure will debug on the size of the allocated I/O 146 #define SIZEOF_nfsmount(n) (sizeof(struct nfsmount) + ((n + 3) & ~3) - sizeof(uint32_t))
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
H A D | ltpfsio.sh | 22 usage: ${0##*/} [ -a part1 ] [ -n nfsmount ] 25 nfsmount=$nfsmount 43 n) nfsmount=$OPTARG;; 57 if [ ! -n "$nfsmount" ]; then 81 mount -v -t nfs $nfsmount /test/growfiles/nfs 92 umount -v -t nfs $nfsmount
|
Completed in 4 milliseconds