Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dexportfs.h200 int (*encode_fh)(struct inode *inode, __u32 *fh, int *max_len, member
/linux-4.4.14/Documentation/filesystems/nfs/
DExporting109 encode_fh (optional)
146 generated by encode_fh, in which case it will have been padded with
147 nuls. Rather, the encode_fh routine should choose a "type" which
/linux-4.4.14/fs/exportfs/
Dexpfs.c382 if (nop && nop->encode_fh) in exportfs_encode_inode_fh()
383 return nop->encode_fh(inode, fid->raw, max_len, parent); in exportfs_encode_inode_fh()
/linux-4.4.14/fs/isofs/
Dexport.c188 .encode_fh = isofs_export_encode_fh,
/linux-4.4.14/mm/
Dcleancache.c154 fhfn = sb->s_export_op->encode_fh; in cleancache_get_key()
Dshmem.c2743 .encode_fh = shmem_encode_fh,
/linux-4.4.14/fs/xfs/
Dxfs_export.c244 .encode_fh = xfs_fs_encode_fh,
/linux-4.4.14/fs/lockd/
Dclntxdr.c192 static void encode_fh(struct xdr_stream *xdr, const struct nfs_fh *fh) in encode_fh() function
349 encode_fh(xdr, &lock->fh); in encode_nlm_lock()
Dclnt4xdr.c195 static void encode_fh(struct xdr_stream *xdr, const struct nfs_fh *fh) in encode_fh() function
355 encode_fh(xdr, &lock->fh); in encode_nlm4_lock()
/linux-4.4.14/fs/gfs2/
Dexport.c202 .encode_fh = gfs2_encode_fh,
/linux-4.4.14/fs/ocfs2/
Dexport.c267 .encode_fh = ocfs2_encode_fh,
/linux-4.4.14/fs/nfsd/
Dnfs3xdr.c68 encode_fh(__be32 *p, struct svc_fh *fhp) in encode_fh() function
653 p = encode_fh(p, &resp->fh); in nfs3svc_encode_diropres()
740 p = encode_fh(p, &resp->fh); in nfs3svc_encode_createres()
855 p = encode_fh(p, fh); in encode_entryplus_baggage()
Dnfsxdr.c46 encode_fh(__be32 *p, struct svc_fh *fhp) in encode_fh() function
429 p = encode_fh(p, &resp->fh); in nfssvc_encode_diropres()
/linux-4.4.14/fs/ceph/
Dexport.c245 .encode_fh = ceph_encode_fh,
/linux-4.4.14/fs/fat/
Dnfs.c297 .encode_fh = fat_encode_fh_nostale,
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_nfs.c328 .encode_fh = ll_encode_fh,
/linux-4.4.14/fs/btrfs/
Dexport.c299 .encode_fh = btrfs_encode_fh,
/linux-4.4.14/fs/nilfs2/
Dnamei.c577 .encode_fh = nilfs_encode_fh,
/linux-4.4.14/fs/fuse/
Dinode.c790 .encode_fh = fuse_encode_fh,
/linux-4.4.14/Documentation/vm/
Dcleancache.txt227 FS must provide an "encode_fh" function.
/linux-4.4.14/Documentation/filesystems/
Dporting144 Briefly it allows for the definition of decode_fh and encode_fh operations
/linux-4.4.14/fs/udf/
Dnamei.c1329 .encode_fh = udf_encode_fh,
/linux-4.4.14/fs/reiserfs/
Dsuper.c818 .encode_fh = reiserfs_encode_fh,