Home
last modified time | relevance | path

Searched refs:encode_fh (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/kernel/Documentation/filesystems/nfs/
H A Dexporting.rst125 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
/OK3568_Linux_fs/kernel/include/linux/
H A Dexportfs.h199 int (*encode_fh)(struct inode *inode, __u32 *fh, int *max_len, member
/OK3568_Linux_fs/kernel/fs/exportfs/
H A Dexpfs.c390 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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/fs/isofs/
H A Dexport.c189 .encode_fh = isofs_export_encode_fh,
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_export.c227 .encode_fh = xfs_fs_encode_fh,
/OK3568_Linux_fs/kernel/mm/
H A Dcleancache.c153 fhfn = sb->s_export_op->encode_fh; in cleancache_get_key()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dexport.c190 .encode_fh = gfs2_encode_fh,
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dexport.c171 .encode_fh = nfs_encode_fh,
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dexport.c281 .encode_fh = ocfs2_encode_fh,
/OK3568_Linux_fs/kernel/fs/fat/
H A Dnfs.c288 .encode_fh = fat_encode_fh_nostale,
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dexport.c277 .encode_fh = btrfs_encode_fh,
/OK3568_Linux_fs/kernel/fs/kernfs/
H A Dmount.c145 .encode_fh = kernfs_encode_fh,
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dnamei.c565 .encode_fh = nilfs_encode_fh,
/OK3568_Linux_fs/kernel/fs/orangefs/
H A Dsuper.c389 .encode_fh = orangefs_encode_fh,
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dexport.c566 .encode_fh = ceph_encode_fh,
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dexport.c865 .encode_fh = ovl_encode_fh,
H A Dutil.c64 return sb->s_export_op->encode_fh ? -1 : FILEID_INO32_GEN; in ovl_can_decode_fh()
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dcleancache.rst246 FS must provide an "encode_fh" function.
/OK3568_Linux_fs/kernel/fs/udf/
H A Dnamei.c1323 .encode_fh = udf_encode_fh,
/OK3568_Linux_fs/kernel/fs/fuse/
H A Dinode.c918 .encode_fh = fuse_encode_fh,
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dsuper.c864 .encode_fh = reiserfs_encode_fh,

12