Searched refs:encode_fh (Results 1 – 25 of 25) sorted by relevance
/linux/include/linux/ |
A D | exportfs.h | 199 int (*encode_fh)(struct inode *inode, __u32 *fh, int *max_len, member
|
/linux/fs/exportfs/ |
A D | expfs.c | 390 if (nop && nop->encode_fh) in exportfs_encode_inode_fh() 391 return nop->encode_fh(inode, fid->raw, max_len, parent); in exportfs_encode_inode_fh()
|
/linux/fs/isofs/ |
A D | export.c | 189 .encode_fh = isofs_export_encode_fh,
|
/linux/fs/lockd/ |
A D | clnt4xdr.c | 174 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 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/fs/xfs/ |
A D | xfs_export.c | 227 .encode_fh = xfs_fs_encode_fh,
|
/linux/fs/nfs/ |
A D | export.c | 155 .encode_fh = nfs_encode_fh,
|
/linux/mm/ |
A D | cleancache.c | 153 fhfn = sb->s_export_op->encode_fh; in cleancache_get_key()
|
A D | shmem.c | 3296 .encode_fh = shmem_encode_fh,
|
/linux/fs/gfs2/ |
A D | export.c | 190 .encode_fh = gfs2_encode_fh,
|
/linux/Documentation/filesystems/nfs/ |
A 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/fs/ocfs2/ |
A D | export.c | 279 .encode_fh = ocfs2_encode_fh,
|
/linux/fs/fat/ |
A D | nfs.c | 288 .encode_fh = fat_encode_fh_nostale,
|
/linux/fs/btrfs/ |
A D | export.c | 276 .encode_fh = btrfs_encode_fh,
|
/linux/fs/kernfs/ |
A D | mount.c | 145 .encode_fh = kernfs_encode_fh,
|
/linux/fs/orangefs/ |
A D | super.c | 390 .encode_fh = orangefs_encode_fh,
|
/linux/fs/nilfs2/ |
A D | namei.c | 569 .encode_fh = nilfs_encode_fh,
|
/linux/fs/ceph/ |
A D | export.c | 578 .encode_fh = ceph_encode_fh,
|
/linux/fs/overlayfs/ |
A D | export.c | 867 .encode_fh = ovl_encode_fh,
|
A D | util.c | 60 return sb->s_export_op->encode_fh ? -1 : FILEID_INO32_GEN; in ovl_can_decode_fh()
|
/linux/Documentation/vm/ |
A D | cleancache.rst | 246 FS must provide an "encode_fh" function.
|
/linux/fs/udf/ |
A D | namei.c | 1323 .encode_fh = udf_encode_fh,
|
/linux/fs/fuse/ |
A D | inode.c | 1021 .encode_fh = fuse_encode_fh,
|
/linux/fs/reiserfs/ |
A D | super.c | 864 .encode_fh = reiserfs_encode_fh,
|
/linux/Documentation/filesystems/ |
A D | porting.rst | 163 Briefly it allows for the definition of decode_fh and encode_fh operations
|
Completed in 53 milliseconds