/Linux-v4.19/include/linux/ |
D | exportfs.h | 194 int (*encode_fh)(struct inode *inode, __u32 *fh, int *max_len, member
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | Exporting | 120 encode_fh (optional) 157 generated by encode_fh, in which case it will have been padded with 158 nuls. Rather, the encode_fh routine should choose a "type" which
|
/Linux-v4.19/fs/exportfs/ |
D | expfs.c | 388 if (nop && nop->encode_fh) in exportfs_encode_inode_fh() 389 return nop->encode_fh(inode, fid->raw, max_len, parent); in exportfs_encode_inode_fh()
|
/Linux-v4.19/fs/isofs/ |
D | export.c | 189 .encode_fh = isofs_export_encode_fh,
|
/Linux-v4.19/mm/ |
D | cleancache.c | 154 fhfn = sb->s_export_op->encode_fh; in cleancache_get_key()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_export.c | 241 .encode_fh = xfs_fs_encode_fh,
|
/Linux-v4.19/fs/nfs/ |
D | export.c | 170 .encode_fh = nfs_encode_fh,
|
/Linux-v4.19/fs/lockd/ |
D | clnt4xdr.c | 196 static void encode_fh(struct xdr_stream *xdr, const struct nfs_fh *fh) in encode_fh() function 356 encode_fh(xdr, &lock->fh); in encode_nlm4_lock()
|
D | clntxdr.c | 193 static void encode_fh(struct xdr_stream *xdr, const struct nfs_fh *fh) in encode_fh() function 350 encode_fh(xdr, &lock->fh); in encode_nlm_lock()
|
/Linux-v4.19/fs/gfs2/ |
D | export.c | 191 .encode_fh = gfs2_encode_fh,
|
/Linux-v4.19/fs/ocfs2/ |
D | export.c | 267 .encode_fh = ocfs2_encode_fh,
|
/Linux-v4.19/fs/nfsd/ |
D | nfs3xdr.c | 69 encode_fh(__be32 *p, struct svc_fh *fhp) in encode_fh() function 672 p = encode_fh(p, &resp->fh); in nfs3svc_encode_diropres() 764 p = encode_fh(p, &resp->fh); in nfs3svc_encode_createres() 882 p = encode_fh(p, fh); in encode_entryplus_baggage()
|
D | nfsxdr.c | 47 encode_fh(__be32 *p, struct svc_fh *fhp) in encode_fh() function 445 p = encode_fh(p, &resp->fh); in nfssvc_encode_diropres()
|
/Linux-v4.19/fs/ceph/ |
D | export.c | 238 .encode_fh = ceph_encode_fh,
|
/Linux-v4.19/fs/fat/ |
D | nfs.c | 297 .encode_fh = fat_encode_fh_nostale,
|
/Linux-v4.19/fs/btrfs/ |
D | export.c | 300 .encode_fh = btrfs_encode_fh,
|
/Linux-v4.19/fs/nilfs2/ |
D | namei.c | 565 .encode_fh = nilfs_encode_fh,
|
/Linux-v4.19/fs/orangefs/ |
D | super.c | 373 .encode_fh = orangefs_encode_fh,
|
/Linux-v4.19/fs/overlayfs/ |
D | export.c | 846 .encode_fh = ovl_encode_fh,
|
D | util.c | 72 return sb->s_export_op->encode_fh ? -1 : FILEID_INO32_GEN; in ovl_can_decode_fh()
|
/Linux-v4.19/Documentation/vm/ |
D | cleancache.rst | 246 FS must provide an "encode_fh" function.
|
/Linux-v4.19/fs/fuse/ |
D | inode.c | 805 .encode_fh = fuse_encode_fh,
|
/Linux-v4.19/fs/udf/ |
D | namei.c | 1332 .encode_fh = udf_encode_fh,
|
/Linux-v4.19/Documentation/filesystems/ |
D | porting | 144 Briefly it allows for the definition of decode_fh and encode_fh operations
|
/Linux-v4.19/fs/reiserfs/ |
D | super.c | 869 .encode_fh = reiserfs_encode_fh,
|