Searched refs:encode_fh (Results 1 – 25 of 37) sorted by relevance
12
| /linux/include/linux/ |
| A 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/fs/smb/client/ |
| A D | export.c | 44 .encode_fh = generic_encode_ino32_fh,
|
| /linux/fs/fat/ |
| A D | nfs.c | 288 .encode_fh = generic_encode_ino32_fh, 295 .encode_fh = fat_encode_fh_nostale,
|
| /linux/fs/squashfs/ |
| A D | export.c | 176 .encode_fh = generic_encode_ino32_fh,
|
| /linux/fs/isofs/ |
| A D | export.c | 189 .encode_fh = isofs_export_encode_fh,
|
| /linux/fs/xfs/ |
| A D | xfs_export.c | 241 .encode_fh = xfs_fs_encode_fh,
|
| /linux/fs/nfs/ |
| A D | export.c | 149 .encode_fh = nfs_encode_fh,
|
| /linux/fs/lockd/ |
| A 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()
|
| A 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/fs/gfs2/ |
| A D | export.c | 188 .encode_fh = gfs2_encode_fh,
|
| /linux/fs/ocfs2/ |
| A D | export.c | 279 .encode_fh = ocfs2_encode_fh,
|
| /linux/fs/overlayfs/ |
| A D | export.c | 860 .encode_fh = ovl_encode_fh, 869 .encode_fh = ovl_encode_fh,
|
| /linux/Documentation/filesystems/nfs/ |
| A 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/fs/btrfs/ |
| A D | export.c | 295 .encode_fh = btrfs_encode_fh,
|
| /linux/fs/efs/ |
| A D | super.c | 125 .encode_fh = generic_encode_ino32_fh,
|
| /linux/fs/kernfs/ |
| A D | mount.c | 153 .encode_fh = kernfs_encode_fh,
|
| /linux/fs/jffs2/ |
| A D | super.c | 154 .encode_fh = generic_encode_ino32_fh,
|
| /linux/fs/exportfs/ |
| A D | expfs.c | 392 return nop->encode_fh(inode, fid->raw, max_len, parent); in exportfs_encode_inode_fh()
|
| /linux/fs/orangefs/ |
| A D | super.c | 390 .encode_fh = orangefs_encode_fh,
|
| /linux/fs/nilfs2/ |
| A D | namei.c | 582 .encode_fh = nilfs_encode_fh,
|
| /linux/fs/affs/ |
| A D | namei.c | 568 .encode_fh = generic_encode_ino32_fh,
|
| /linux/fs/ceph/ |
| A D | export.c | 602 .encode_fh = ceph_encode_fh,
|
| /linux/fs/jfs/ |
| A D | super.c | 899 .encode_fh = generic_encode_ino32_fh,
|
| /linux/fs/befs/ |
| A D | linuxvfs.c | 99 .encode_fh = generic_encode_ino32_fh,
|
| /linux/fs/fuse/ |
| A D | inode.c | 1149 .encode_fh = fuse_encode_fh, 1155 .encode_fh = fuse_encode_fh,
|
Completed in 57 milliseconds
12