Searched refs:encode_fh (Results 1 – 25 of 37) sorted by relevance
12
/linux-6.12.1/include/linux/ |
D | exportfs.h | 224 int (*encode_fh)(struct inode *inode, __u32 *fh, int *max_len, member 274 return !nop || nop->encode_fh; in exportfs_can_encode_fid()
|
/linux-6.12.1/fs/smb/client/ |
D | export.c | 44 .encode_fh = generic_encode_ino32_fh,
|
/linux-6.12.1/fs/fat/ |
D | nfs.c | 288 .encode_fh = generic_encode_ino32_fh, 295 .encode_fh = fat_encode_fh_nostale,
|
/linux-6.12.1/fs/squashfs/ |
D | export.c | 176 .encode_fh = generic_encode_ino32_fh,
|
/linux-6.12.1/fs/isofs/ |
D | export.c | 189 .encode_fh = isofs_export_encode_fh,
|
/linux-6.12.1/fs/lockd/ |
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()
|
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()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_export.c | 241 .encode_fh = xfs_fs_encode_fh,
|
/linux-6.12.1/fs/nfs/ |
D | export.c | 149 .encode_fh = nfs_encode_fh,
|
/linux-6.12.1/fs/gfs2/ |
D | export.c | 188 .encode_fh = gfs2_encode_fh,
|
/linux-6.12.1/fs/overlayfs/ |
D | export.c | 860 .encode_fh = ovl_encode_fh, 869 .encode_fh = ovl_encode_fh,
|
/linux-6.12.1/fs/ocfs2/ |
D | export.c | 279 .encode_fh = ocfs2_encode_fh,
|
/linux-6.12.1/Documentation/filesystems/nfs/ |
D | exporting.rst | 125 encode_fh (mandatory) 164 generated by encode_fh, in which case it will have been padded with 165 nuls. Rather, the encode_fh routine should choose a "type" which
|
/linux-6.12.1/fs/btrfs/ |
D | export.c | 295 .encode_fh = btrfs_encode_fh,
|
/linux-6.12.1/fs/jffs2/ |
D | super.c | 154 .encode_fh = generic_encode_ino32_fh,
|
/linux-6.12.1/fs/kernfs/ |
D | mount.c | 153 .encode_fh = kernfs_encode_fh,
|
/linux-6.12.1/fs/efs/ |
D | super.c | 125 .encode_fh = generic_encode_ino32_fh,
|
/linux-6.12.1/fs/exportfs/ |
D | expfs.c | 392 return nop->encode_fh(inode, fid->raw, max_len, parent); in exportfs_encode_inode_fh()
|
/linux-6.12.1/fs/nilfs2/ |
D | namei.c | 582 .encode_fh = nilfs_encode_fh,
|
/linux-6.12.1/fs/orangefs/ |
D | super.c | 390 .encode_fh = orangefs_encode_fh,
|
/linux-6.12.1/fs/affs/ |
D | namei.c | 568 .encode_fh = generic_encode_ino32_fh,
|
/linux-6.12.1/fs/ceph/ |
D | export.c | 602 .encode_fh = ceph_encode_fh,
|
/linux-6.12.1/fs/jfs/ |
D | super.c | 899 .encode_fh = generic_encode_ino32_fh,
|
/linux-6.12.1/fs/befs/ |
D | linuxvfs.c | 99 .encode_fh = generic_encode_ino32_fh,
|
/linux-6.12.1/fs/fuse/ |
D | inode.c | 1149 .encode_fh = fuse_encode_fh, 1155 .encode_fh = fuse_encode_fh,
|
12