/kernel/linux/linux-5.10/fs/isofs/ |
H A D | export.c | 189 .encode_fh = isofs_export_encode_fh,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | exportfs.h | 140 * @encode_fh: encode a file handle fragment from a dentry 150 * encode_fh: 151 * @encode_fh should store in the file handle fragment @fh (using at most 154 * set, the encode_fh() should store sufficient information so that a good 157 * the filehandle fragment. encode_fh() should return the fileid_type on 176 * dentry if it was encoded into the filehandle fragment by @encode_fh. 199 int (*encode_fh)(struct inode *inode, __u32 *fh, int *max_len, member
|
/kernel/linux/linux-6.6/fs/isofs/ |
H A D | export.c | 189 .encode_fh = isofs_export_encode_fh,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | exportfs.h | 143 * @encode_fh: encode a file handle fragment from a dentry 153 * encode_fh: 154 * @encode_fh should store in the file handle fragment @fh (using at most 157 * set, the encode_fh() should store sufficient information so that a good 160 * the filehandle fragment. encode_fh() should return the fileid_type on 179 * dentry if it was encoded into the filehandle fragment by @encode_fh. 202 int (*encode_fh)(struct inode *inode, __u32 *fh, int *max_len, member
|
/kernel/linux/linux-5.10/mm/ |
H A D | cleancache.c | 153 fhfn = sb->s_export_op->encode_fh; in cleancache_get_key()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_export.c | 227 .encode_fh = xfs_fs_encode_fh,
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | export.c | 171 .encode_fh = nfs_encode_fh,
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | export.c | 149 .encode_fh = nfs_encode_fh,
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_export.c | 241 .encode_fh = xfs_fs_encode_fh,
|
/kernel/linux/linux-5.10/fs/lockd/ |
H 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()
|
H 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()
|
/kernel/linux/linux-5.10/fs/exportfs/ |
H A D | expfs.c | 347 * export_encode_fh - default export_operations->encode_fh function 353 * This default encode_fh function assumes that the 32 inode number 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()
|
/kernel/linux/linux-6.6/fs/exportfs/ |
H A D | expfs.c | 346 * export_encode_fh - default export_operations->encode_fh function 352 * This default encode_fh function assumes that the 32 inode number 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()
|
/kernel/linux/linux-6.6/fs/lockd/ |
H 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()
|
H 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()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | export.c | 190 .encode_fh = gfs2_encode_fh,
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | export.c | 281 .encode_fh = ocfs2_encode_fh,
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | export.c | 190 .encode_fh = gfs2_encode_fh,
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | export.c | 279 .encode_fh = ocfs2_encode_fh,
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs3xdr.c | 70 encode_fh(__be32 *p, struct svc_fh *fhp) in encode_fh() function 685 p = encode_fh(p, &resp->fh); in nfs3svc_encode_diropres() 780 p = encode_fh(p, &resp->fh); in nfs3svc_encode_createres() 904 p = encode_fh(p, fh); in encode_entryplus_baggage()
|
H A D | nfsxdr.c | 47 encode_fh(__be32 *p, struct svc_fh *fhp) in encode_fh() function 462 p = encode_fh(p, &resp->fh); in nfssvc_encode_diropres()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | export.c | 882 .encode_fh = ovl_encode_fh, 889 /* encode_fh() encodes non-decodable file handles with nfs_export=off */ 891 .encode_fh = ovl_encode_fh,
|
/kernel/linux/linux-5.10/fs/kernfs/ |
H A D | mount.c | 145 .encode_fh = kernfs_encode_fh,
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | export.c | 277 .encode_fh = btrfs_encode_fh,
|
/kernel/linux/linux-5.10/fs/fat/ |
H A D | nfs.c | 294 .encode_fh = fat_encode_fh_nostale,
|