Home
last modified time | relevance | path

Searched refs:obj_attributes (Results 1 - 4 of 4) sorted by relevance

/third_party/NuttX/fs/nfs/
H A Dnfs_util.c248 struct nfs_fattr *obj_attributes, in nfs_lookup()
333 if (obj_attributes) in nfs_lookup()
335 memcpy(obj_attributes, ptr, sizeof(struct nfs_fattr)); in nfs_lookup()
368 struct nfs_fattr *obj_attributes, in nfs_findnode()
390 if (obj_attributes) in nfs_findnode()
392 memcpy(obj_attributes, &nmp->nm_fattr, sizeof(struct nfs_fattr)); in nfs_findnode()
423 error = nfs_lookup(nmp, buffer, fhandle, obj_attributes, dir_attributes); in nfs_findnode()
439 * directory entry is in fhandle, obj_attributes, and dir_attributes. in nfs_findnode()
450 tmp = fxdr_unsigned(uint32_t, obj_attributes->fa_type); in nfs_findnode()
246 nfs_lookup(struct nfsmount *nmp, const char *filename, struct file_handle *fhandle, struct nfs_fattr *obj_attributes, struct nfs_fattr *dir_attributes) nfs_lookup() argument
366 nfs_findnode(struct nfsmount *nmp, const char *relpath, struct file_handle *fhandle, struct nfs_fattr *obj_attributes, struct nfs_fattr *dir_attributes) nfs_findnode() argument
H A Dnfs.h141 struct nfs_fattr *obj_attributes,
145 struct nfs_fattr *obj_attributes,
H A Dnfs_proto.h329 struct nfs_fattr obj_attributes; member
379 struct post_attr obj_attributes; member
491 struct nfs_fattr obj_attributes; member
H A Dnfs_adapter.c851 struct nfs_fattr obj_attributes; in vfs_nfs_lookup() local
865 ret = nfs_lookup(nmp, filename, &fhandle, &obj_attributes, NULL); in vfs_nfs_lookup()
887 nfs_attrupdate(nfs_node, &obj_attributes); in vfs_nfs_lookup()
970 struct nfs_fattr obj_attributes; in vfs_nfs_readdir() local
1251 error = nfs_lookup(nmp, dir->fd_dir[i].d_name, &fhandle, &obj_attributes, NULL); in vfs_nfs_readdir()
1260 tmp = fxdr_unsigned(uint32_t, obj_attributes.fa_type); in vfs_nfs_readdir()
1410 struct nfs_fattr obj_attributes; in vfs_nfs_mkdir() local
1516 error = nfs_lookup(nmp, dirname, &fhandle, &obj_attributes, NULL); in vfs_nfs_mkdir()
1538 nfs_attrupdate(target_node, &obj_attributes); in vfs_nfs_mkdir()
2787 if (txdr_unsigned(fsp.fsinfo.obj_attributes in nfs_fsinfo()
[all...]

Completed in 6 milliseconds