Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dexportfs.h199 int (*encode_fh)(struct inode *inode, __u32 *fh, int *max_len, member
/linux-6.3-rc2/fs/isofs/
A Dexport.c189 .encode_fh = isofs_export_encode_fh,
/linux-6.3-rc2/fs/exportfs/
A Dexpfs.c389 if (nop && nop->encode_fh) in exportfs_encode_inode_fh()
390 return nop->encode_fh(inode, fid->raw, max_len, parent); in exportfs_encode_inode_fh()
/linux-6.3-rc2/fs/nfs/
A Dexport.c149 .encode_fh = nfs_encode_fh,
/linux-6.3-rc2/fs/xfs/
A Dxfs_export.c227 .encode_fh = xfs_fs_encode_fh,
/linux-6.3-rc2/fs/lockd/
A Dclnt4xdr.c174 static void encode_fh(struct xdr_stream *xdr, const struct nfs_fh *fh) in encode_fh() function
332 encode_fh(xdr, &lock->fh); in encode_nlm4_lock()
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()
/linux-6.3-rc2/fs/gfs2/
A Dexport.c190 .encode_fh = gfs2_encode_fh,
/linux-6.3-rc2/Documentation/filesystems/nfs/
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
/linux-6.3-rc2/fs/ocfs2/
A Dexport.c279 .encode_fh = ocfs2_encode_fh,
/linux-6.3-rc2/fs/fat/
A Dnfs.c288 .encode_fh = fat_encode_fh_nostale,
/linux-6.3-rc2/fs/btrfs/
A Dexport.c289 .encode_fh = btrfs_encode_fh,
/linux-6.3-rc2/fs/kernfs/
A Dmount.c146 .encode_fh = kernfs_encode_fh,
/linux-6.3-rc2/fs/nilfs2/
A Dnamei.c569 .encode_fh = nilfs_encode_fh,
/linux-6.3-rc2/fs/orangefs/
A Dsuper.c390 .encode_fh = orangefs_encode_fh,
/linux-6.3-rc2/fs/ceph/
A Dexport.c579 .encode_fh = ceph_encode_fh,
/linux-6.3-rc2/fs/overlayfs/
A Dexport.c872 .encode_fh = ovl_encode_fh,
A Dutil.c60 return sb->s_export_op->encode_fh ? -1 : FILEID_INO32_GEN; in ovl_can_decode_fh()
/linux-6.3-rc2/fs/udf/
A Dnamei.c1014 .encode_fh = udf_encode_fh,
/linux-6.3-rc2/fs/fuse/
A Dinode.c1046 .encode_fh = fuse_encode_fh,
/linux-6.3-rc2/fs/reiserfs/
A Dsuper.c864 .encode_fh = reiserfs_encode_fh,
/linux-6.3-rc2/Documentation/filesystems/
A Dporting.rst169 Briefly it allows for the definition of decode_fh and encode_fh operations
/linux-6.3-rc2/mm/
A Dshmem.c3451 .encode_fh = shmem_encode_fh,

Completed in 39 milliseconds