Searched defs:nmp (Results 1 – 3 of 3) sorted by relevance
/third_party/NuttX/fs/nfs/ |
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()
|
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() local 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() local 800 struct nfsmount *nmp = NULL; in vfs_nfs_mount() local 852 struct nfsmount *nmp; in vfs_nfs_lookup() local 905 struct nfsmount *nmp = (struct nfsmount *)(node->originMount->data); in vfs_nfs_stat() local 932 struct nfsmount *nmp = (struct nfsmount *)(node->originMount->data); in vfs_nfs_opendir() local 968 struct nfsmount *nmp; in vfs_nfs_readdir() local 1321 struct nfsmount *nmp = (struct nfsmount *)(to_parent->originMount->data); in vfs_nfs_rename() local [all …]
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | commands.c | 347 nodemask_t *nmp = (nodemask_t *) calloc(1, sizeof(nodemask_t)); in get_nodemask() local
|