Searched refs:dir_fh (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | nfs_xdr.h | 1039 const struct nfs_fh * dir_fh; member 1079 const struct nfs_fh * dir_fh; member 1094 const struct nfs_fh * dir_fh; member 1234 const struct nfs_fh *dir_fh; member 1261 const struct nfs_fh *dir_fh; member
|
/linux-6.3-rc2/fs/nfs/ |
A D | nfs4xdr.c | 2172 encode_putfh(xdr, args->dir_fh, &hdr); in nfs4_xdr_enc_lookup() 2272 encode_putfh(xdr, args->dir_fh, &hdr); in nfs4_xdr_enc_link() 2292 encode_putfh(xdr, args->dir_fh, &hdr); in nfs4_xdr_enc_create() 2834 encode_putfh(xdr, args->dir_fh, &hdr); in nfs4_xdr_enc_fs_locations() 2859 encode_putfh(xdr, args->dir_fh, &hdr); in nfs4_xdr_enc_secinfo()
|
A D | nfs4proc.c | 4408 .dir_fh = NFS_FH(dir), in _nfs4_proc_lookup() 4893 .dir_fh = NFS_FH(dir), in _nfs4_proc_link() 4967 data->arg.dir_fh = NFS_FH(dir); in nfs4_alloc_createdata() 7969 .dir_fh = NFS_FH(dir), in _nfs4_proc_fs_locations() 8326 .dir_fh = NFS_FH(dir), in _nfs4_proc_secinfo()
|
Completed in 58 milliseconds