Searched refs:encode_fh (Results  1 – 25 of 26) sorted by relevance
12
| /Linux-v5.4/include/linux/ | 
| D | exportfs.h | 194 	int (*encode_fh)(struct inode *inode, __u32 *fh, int *max_len,  member
 | 
| /Linux-v5.4/Documentation/filesystems/nfs/ | 
| D | exporting.rst | 125  encode_fh  (optional)162 generated by encode_fh, in which case it will have been padded with
 163 nuls.  Rather, the encode_fh routine should choose a "type" which
 
 | 
| /Linux-v5.4/fs/isofs/ | 
| D | export.c | 189 	.encode_fh	= isofs_export_encode_fh,
 | 
| /Linux-v5.4/fs/exportfs/ | 
| 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-v5.4/mm/ | 
| D | cleancache.c | 153 		fhfn = sb->s_export_op->encode_fh;  in cleancache_get_key()
 | 
| /Linux-v5.4/fs/nfs/ | 
| D | export.c | 170 	.encode_fh = nfs_encode_fh,
 | 
| /Linux-v5.4/fs/xfs/ | 
| D | xfs_export.c | 239 	.encode_fh		= xfs_fs_encode_fh,
 | 
| /Linux-v5.4/fs/lockd/ | 
| D | clnt4xdr.c | 174 static void encode_fh(struct xdr_stream *xdr, const struct nfs_fh *fh)  in encode_fh()  function332 	encode_fh(xdr, &lock->fh);  in encode_nlm4_lock()
 
 | 
| D | clntxdr.c | 171 static void encode_fh(struct xdr_stream *xdr, const struct nfs_fh *fh)  in encode_fh()  function326 	encode_fh(xdr, &lock->fh);  in encode_nlm_lock()
 
 | 
| /Linux-v5.4/fs/gfs2/ | 
| D | export.c | 188 	.encode_fh = gfs2_encode_fh,
 | 
| /Linux-v5.4/fs/nfsd/ | 
| D | nfs3xdr.c | 70 encode_fh(__be32 *p, struct svc_fh *fhp)  in encode_fh()  function683 		p = encode_fh(p, &resp->fh);  in nfs3svc_encode_diropres()
 777 		p = encode_fh(p, &resp->fh);  in nfs3svc_encode_createres()
 895 	p = encode_fh(p, fh);  in encode_entryplus_baggage()
 
 | 
| D | nfsxdr.c | 47 encode_fh(__be32 *p, struct svc_fh *fhp)  in encode_fh()  function446 	p = encode_fh(p, &resp->fh);  in nfssvc_encode_diropres()
 
 | 
| /Linux-v5.4/fs/ocfs2/ | 
| D | export.c | 281 	.encode_fh	= ocfs2_encode_fh,
 | 
| /Linux-v5.4/fs/fat/ | 
| D | nfs.c | 288 	.encode_fh      = fat_encode_fh_nostale,
 | 
| /Linux-v5.4/fs/btrfs/ | 
| D | export.c | 300 	.encode_fh	= btrfs_encode_fh,
 | 
| /Linux-v5.4/fs/nilfs2/ | 
| D | namei.c | 565 	.encode_fh = nilfs_encode_fh,
 | 
| /Linux-v5.4/fs/orangefs/ | 
| D | super.c | 389 	.encode_fh = orangefs_encode_fh,
 | 
| /Linux-v5.4/fs/ceph/ | 
| D | export.c | 544 	.encode_fh = ceph_encode_fh,
 | 
| /Linux-v5.4/fs/overlayfs/ | 
| D | export.c | 842 	.encode_fh	= ovl_encode_fh,
 | 
| D | util.c | 68 	return sb->s_export_op->encode_fh ? -1 : FILEID_INO32_GEN;  in ovl_can_decode_fh()
 | 
| /Linux-v5.4/Documentation/vm/ | 
| D | cleancache.rst | 246     FS must provide an "encode_fh" function.
 | 
| /Linux-v5.4/fs/fuse/ | 
| D | inode.c | 808 	.encode_fh	= fuse_encode_fh,
 | 
| /Linux-v5.4/fs/udf/ | 
| D | namei.c | 1317 	.encode_fh	= udf_encode_fh,
 | 
| /Linux-v5.4/fs/reiserfs/ | 
| D | super.c | 863 	.encode_fh = reiserfs_encode_fh,
 | 
| /Linux-v5.4/Documentation/filesystems/ | 
| D | porting.rst | 163 Briefly it allows for the definition of decode_fh and encode_fh operations
 | 
        12