Home
last modified time | relevance | path

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

12

/linux/include/linux/
H A Dexportfs.h282 int (*encode_fh)(struct inode *inode, __u32 *fh, int *max_len, member
333 return !nop || nop->encode_fh; in exportfs_can_encode_fid()
/linux/fs/smb/client/
H A Dexport.c44 .encode_fh = generic_encode_ino32_fh,
/linux/fs/fat/
H A Dnfs.c288 .encode_fh = generic_encode_ino32_fh,
295 .encode_fh = fat_encode_fh_nostale,
/linux/fs/squashfs/
H A Dexport.c176 .encode_fh = generic_encode_ino32_fh,
/linux/fs/isofs/
H A Dexport.c189 .encode_fh = isofs_export_encode_fh,
/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.c172 static void encode_fh(struct xdr_stream *xdr, const struct nfs_fh *fh) in encode_fh() function
327 encode_fh(xdr, &lock->fh); in encode_nlm_lock()
/linux/fs/xfs/
H A Dxfs_export.c241 .encode_fh = xfs_fs_encode_fh,
/linux/fs/nfs/
H A Dexport.c156 .encode_fh = nfs_encode_fh,
/linux/fs/gfs2/
H A Dexport.c188 .encode_fh = gfs2_encode_fh,
/linux/fs/overlayfs/
H A Dexport.c863 .encode_fh = ovl_encode_fh,
872 .encode_fh = ovl_encode_fh,
/linux/fs/ocfs2/
H A Dexport.c281 .encode_fh = ocfs2_encode_fh,
/linux/fs/btrfs/
H A Dexport.c302 .encode_fh = btrfs_encode_fh,
/linux/fs/efs/
H A Dsuper.c114 .encode_fh = generic_encode_ino32_fh,
/linux/fs/jffs2/
H A Dsuper.c154 .encode_fh = generic_encode_ino32_fh,
/linux/Documentation/filesystems/nfs/
H A Dexporting.rst132 generated by encode_fh, in which case it will have been padded with
133 nuls. Rather, the encode_fh routine should choose a "type" which
/linux/fs/kernfs/
H A Dmount.c170 .encode_fh = kernfs_encode_fh,
/linux/fs/exportfs/
H A Dexpfs.c393 type = nop->encode_fh(inode, fid->raw, max_len, parent); in exportfs_encode_inode_fh()
/linux/fs/nilfs2/
H A Dnamei.c590 .encode_fh = nilfs_encode_fh,
/linux/fs/orangefs/
H A Dsuper.c378 .encode_fh = orangefs_encode_fh,
/linux/fs/affs/
H A Dnamei.c568 .encode_fh = generic_encode_ino32_fh,
/linux/fs/ceph/
H A Dexport.c613 .encode_fh = ceph_encode_fh,
/linux/fs/
H A Dnsfs.c656 .encode_fh = nsfs_encode_fh,
H A Dpidfs.c911 .encode_fh = pidfs_encode_fh,
/linux/fs/befs/
H A Dlinuxvfs.c100 .encode_fh = generic_encode_ino32_fh,

12