Home
last modified time | relevance | path

Searched refs:encode_fh (Results 1 - 25 of 45) sorted by relevance

12

/kernel/linux/linux-5.10/fs/isofs/
H A Dexport.c189 .encode_fh = isofs_export_encode_fh,
/kernel/linux/linux-5.10/include/linux/
H A Dexportfs.h140 * @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 Dexport.c189 .encode_fh = isofs_export_encode_fh,
/kernel/linux/linux-6.6/include/linux/
H A Dexportfs.h143 * @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 Dcleancache.c153 fhfn = sb->s_export_op->encode_fh; in cleancache_get_key()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_export.c227 .encode_fh = xfs_fs_encode_fh,
/kernel/linux/linux-5.10/fs/nfs/
H A Dexport.c171 .encode_fh = nfs_encode_fh,
/kernel/linux/linux-6.6/fs/nfs/
H A Dexport.c149 .encode_fh = nfs_encode_fh,
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_export.c241 .encode_fh = xfs_fs_encode_fh,
/kernel/linux/linux-5.10/fs/lockd/
H A Dclnt4xdr.c174 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 Dclntxdr.c171 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 Dexpfs.c347 * 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 Dexpfs.c346 * 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 Dclntxdr.c171 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 Dclnt4xdr.c174 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 Dexport.c190 .encode_fh = gfs2_encode_fh,
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dexport.c281 .encode_fh = ocfs2_encode_fh,
/kernel/linux/linux-6.6/fs/gfs2/
H A Dexport.c190 .encode_fh = gfs2_encode_fh,
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dexport.c279 .encode_fh = ocfs2_encode_fh,
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfs3xdr.c70 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 Dnfsxdr.c47 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 Dexport.c882 .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 Dmount.c145 .encode_fh = kernfs_encode_fh,
/kernel/linux/linux-5.10/fs/btrfs/
H A Dexport.c277 .encode_fh = btrfs_encode_fh,
/kernel/linux/linux-5.10/fs/fat/
H A Dnfs.c294 .encode_fh = fat_encode_fh_nostale,

Completed in 16 milliseconds

12