Home
last modified time | relevance | path

Searched refs:server_fh (Results 1 – 1 of 1) sorted by relevance

/fs/nfs/
Dexport.c37 struct nfs_fh *server_fh = NFS_FH(inode); in nfs_encode_fh() local
39 size_t fh_size = offsetof(struct nfs_fh, data) + server_fh->size; in nfs_encode_fh()
56 nfs_copy_fh(clnt_fh, server_fh); in nfs_encode_fh()
69 struct nfs_fh *server_fh = nfs_exp_embedfh(fid->raw); in nfs_fh_to_dentry() local
70 size_t fh_size = offsetof(struct nfs_fh, data) + server_fh->size; in nfs_fh_to_dentry()
94 inode = nfs_ilookup(sb, fattr, server_fh); in nfs_fh_to_dentry()
105 ret = rpc_ops->getattr(NFS_SB(sb), server_fh, fattr, label, NULL); in nfs_fh_to_dentry()
112 inode = nfs_fhget(sb, server_fh, fattr, label); in nfs_fh_to_dentry()