Searched refs:fsroot (Results 1 – 2 of 2) sorted by relevance
/third_party/NuttX/fs/nfs/ |
D | nfs_adapter.c | 306 attr_call.fs.fsroot.length = txdr_unsigned(nfs_node->n_fhsize); in vfs_nfs_stat_internal() 307 memcpy_s(&(attr_call.fs.fsroot.handle), sizeof(nfsfh_t), &(nfs_node->n_fhandle), sizeof(nfsfh_t)); in vfs_nfs_stat_internal() 638 getattr.fs.fsroot.length = txdr_unsigned(nmp->nm_fhsize); in nfs_bind() 639 (void)memcpy_s(&getattr.fs.fsroot.handle, sizeof(nfsfh_t), &nmp->nm_fh, sizeof(nfsfh_t)); in nfs_bind() 643 (sizeof(getattr.fs.fsroot.length) + nmp->nm_fhsize), in nfs_bind() 2773 fsinfo.fs.fsroot.length = txdr_unsigned(nmp->nm_fhsize); in nfs_fsinfo() 2774 fsinfo.fs.fsroot.handle = nmp->nm_fh; in nfs_fsinfo() 2882 fsstat->fs.fsroot.length = txdr_unsigned(nmp->nm_fhsize); in vfs_nfs_statfs() 2883 (void)memcpy_s(&fsstat->fs.fsroot.handle, sizeof(nfsfh_t), &nmp->nm_fh, sizeof(nfsfh_t)); in vfs_nfs_statfs() 3093 attr_call.fs.fsroot.length = txdr_unsigned(nfs_node->n_fhsize); in vfs_nfs_open() [all …]
|
D | nfs_proto.h | 627 struct file_handle fsroot; member
|