Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dexportfs.h202 int (*encode_fh)(struct inode *inode, __u32 *fh, int *max_len, member
/openbmc/linux/fs/lockd/
H A Dclnt4xdr.c174 static void encode_fh(struct xdr_stream *xdr, const struct nfs_fh *fh) in encode_fh() function
325 encode_fh(xdr, &lock->fh); in encode_nlm4_lock()
H A Dclntxdr.c171 static void encode_fh(struct xdr_stream *xdr, const struct nfs_fh *fh) in encode_fh() function
326 encode_fh(xdr, &lock->fh); in encode_nlm_lock()
/openbmc/linux/fs/exportfs/
H A Dexpfs.c406 if (nop && nop->encode_fh) in exportfs_encode_inode_fh()
407 return nop->encode_fh(inode, fid->raw, max_len, parent); in exportfs_encode_inode_fh()
/openbmc/linux/fs/isofs/
H A Dexport.c189 .encode_fh = isofs_export_encode_fh,
/openbmc/linux/fs/nfs/
H A Dexport.c149 .encode_fh = nfs_encode_fh,
/openbmc/linux/fs/xfs/
H A Dxfs_export.c241 .encode_fh = xfs_fs_encode_fh,
/openbmc/linux/fs/gfs2/
H A Dexport.c190 .encode_fh = gfs2_encode_fh,
/openbmc/linux/fs/ocfs2/
H A Dexport.c279 .encode_fh = ocfs2_encode_fh,
/openbmc/linux/Documentation/filesystems/nfs/
H A Dexporting.rst125 encode_fh (optional)
167 generated by encode_fh, in which case it will have been padded with
168 nuls. Rather, the encode_fh routine should choose a "type" which
/openbmc/linux/fs/overlayfs/
H A Dexport.c891 .encode_fh = ovl_encode_fh,
900 .encode_fh = ovl_encode_fh,
H A Dutil.c61 return sb->s_export_op->encode_fh ? -1 : FILEID_INO32_GEN; in ovl_can_decode_fh()
/openbmc/linux/fs/btrfs/
H A Dexport.c296 .encode_fh = btrfs_encode_fh,
/openbmc/linux/fs/fat/
H A Dnfs.c294 .encode_fh = fat_encode_fh_nostale,
/openbmc/linux/fs/kernfs/
H A Dmount.c155 .encode_fh = kernfs_encode_fh,
/openbmc/linux/fs/orangefs/
H A Dsuper.c391 .encode_fh = orangefs_encode_fh,
/openbmc/linux/fs/nilfs2/
H A Dnamei.c593 .encode_fh = nilfs_encode_fh,
/openbmc/linux/fs/ceph/
H A Dexport.c599 .encode_fh = ceph_encode_fh,
/openbmc/linux/fs/udf/
H A Dnamei.c1017 .encode_fh = udf_encode_fh,
/openbmc/linux/fs/fuse/
H A Dinode.c1144 .encode_fh = fuse_encode_fh,
/openbmc/linux/fs/reiserfs/
H A Dsuper.c864 .encode_fh = reiserfs_encode_fh,
/openbmc/linux/Documentation/filesystems/
H A Dporting.rst169 Briefly it allows for the definition of decode_fh and encode_fh operations
/openbmc/linux/mm/
H A Dshmem.c3844 .encode_fh = shmem_encode_fh,