Searched refs:encode_fh (Results 1 – 23 of 23) sorted by relevance
/Linux-v6.6/include/linux/ |
D | exportfs.h | 202 int (*encode_fh)(struct inode *inode, __u32 *fh, int *max_len, member
|
/Linux-v6.6/fs/isofs/ |
D | export.c | 189 .encode_fh = isofs_export_encode_fh,
|
/Linux-v6.6/fs/exportfs/ |
D | expfs.c | 406 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()
|
/Linux-v6.6/fs/lockd/ |
D | clnt4xdr.c | 174 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()
|
D | clntxdr.c | 171 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-v6.6/fs/xfs/ |
D | xfs_export.c | 241 .encode_fh = xfs_fs_encode_fh,
|
/Linux-v6.6/fs/nfs/ |
D | export.c | 149 .encode_fh = nfs_encode_fh,
|
/Linux-v6.6/fs/gfs2/ |
D | export.c | 190 .encode_fh = gfs2_encode_fh,
|
/Linux-v6.6/fs/ocfs2/ |
D | export.c | 279 .encode_fh = ocfs2_encode_fh,
|
/Linux-v6.6/fs/overlayfs/ |
D | export.c | 882 .encode_fh = ovl_encode_fh, 891 .encode_fh = ovl_encode_fh,
|
D | util.c | 61 return sb->s_export_op->encode_fh ? -1 : FILEID_INO32_GEN; in ovl_can_decode_fh()
|
/Linux-v6.6/Documentation/filesystems/nfs/ |
D | exporting.rst | 125 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-v6.6/fs/fat/ |
D | nfs.c | 288 .encode_fh = fat_encode_fh_nostale,
|
/Linux-v6.6/fs/btrfs/ |
D | export.c | 289 .encode_fh = btrfs_encode_fh,
|
/Linux-v6.6/fs/kernfs/ |
D | mount.c | 155 .encode_fh = kernfs_encode_fh,
|
/Linux-v6.6/fs/nilfs2/ |
D | namei.c | 569 .encode_fh = nilfs_encode_fh,
|
/Linux-v6.6/fs/orangefs/ |
D | super.c | 390 .encode_fh = orangefs_encode_fh,
|
/Linux-v6.6/fs/ceph/ |
D | export.c | 599 .encode_fh = ceph_encode_fh,
|
/Linux-v6.6/fs/udf/ |
D | namei.c | 1000 .encode_fh = udf_encode_fh,
|
/Linux-v6.6/fs/fuse/ |
D | inode.c | 1066 .encode_fh = fuse_encode_fh,
|
/Linux-v6.6/fs/reiserfs/ |
D | super.c | 864 .encode_fh = reiserfs_encode_fh,
|
/Linux-v6.6/Documentation/filesystems/ |
D | porting.rst | 169 Briefly it allows for the definition of decode_fh and encode_fh operations
|
/Linux-v6.6/mm/ |
D | shmem.c | 3826 .encode_fh = shmem_encode_fh,
|