Searched refs:dir_fh (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/include/linux/ |
D | nfs_xdr.h | 1033 const struct nfs_fh * dir_fh; member 1075 const struct nfs_fh * dir_fh; member 1091 const struct nfs_fh * dir_fh; member 1231 const struct nfs_fh *dir_fh; member 1258 const struct nfs_fh *dir_fh; member
|
/Linux-v5.15/fs/nfs/ |
D | nfs4xdr.c | 2156 encode_putfh(xdr, args->dir_fh, &hdr); in nfs4_xdr_enc_lookup() 2256 encode_putfh(xdr, args->dir_fh, &hdr); in nfs4_xdr_enc_link() 2276 encode_putfh(xdr, args->dir_fh, &hdr); in nfs4_xdr_enc_create() 2818 encode_putfh(xdr, args->dir_fh, &hdr); in nfs4_xdr_enc_fs_locations() 2843 encode_putfh(xdr, args->dir_fh, &hdr); in nfs4_xdr_enc_secinfo()
|
D | nfs4proc.c | 4304 .dir_fh = NFS_FH(dir), in _nfs4_proc_lookup() 4788 .dir_fh = NFS_FH(dir), in _nfs4_proc_link() 4873 data->arg.dir_fh = NFS_FH(dir); in nfs4_alloc_createdata() 7825 .dir_fh = NFS_FH(dir), in _nfs4_proc_fs_locations() 8169 .dir_fh = NFS_FH(dir), in _nfs4_proc_secinfo()
|