Searched refs:encode_fh (Results 1 – 23 of 23) sorted by relevance
/linux-4.1.27/include/linux/ |
D | exportfs.h | 200 int (*encode_fh)(struct inode *inode, __u32 *fh, int *max_len, member
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | Exporting | 109 encode_fh (optional) 146 generated by encode_fh, in which case it will have been padded with 147 nuls. Rather, the encode_fh routine should choose a "type" which
|
/linux-4.1.27/fs/exportfs/ |
D | expfs.c | 382 if (nop && nop->encode_fh) in exportfs_encode_inode_fh() 383 return nop->encode_fh(inode, fid->raw, max_len, parent); in exportfs_encode_inode_fh()
|
/linux-4.1.27/fs/isofs/ |
D | export.c | 188 .encode_fh = isofs_export_encode_fh,
|
/linux-4.1.27/fs/xfs/ |
D | xfs_export.c | 244 .encode_fh = xfs_fs_encode_fh,
|
/linux-4.1.27/mm/ |
D | cleancache.c | 154 fhfn = sb->s_export_op->encode_fh; in cleancache_get_key()
|
D | shmem.c | 2734 .encode_fh = shmem_encode_fh,
|
/linux-4.1.27/fs/lockd/ |
D | clntxdr.c | 192 static void encode_fh(struct xdr_stream *xdr, const struct nfs_fh *fh) in encode_fh() function 349 encode_fh(xdr, &lock->fh); in encode_nlm_lock()
|
D | clnt4xdr.c | 195 static void encode_fh(struct xdr_stream *xdr, const struct nfs_fh *fh) in encode_fh() function 355 encode_fh(xdr, &lock->fh); in encode_nlm4_lock()
|
/linux-4.1.27/fs/gfs2/ |
D | export.c | 202 .encode_fh = gfs2_encode_fh,
|
/linux-4.1.27/fs/ocfs2/ |
D | export.c | 267 .encode_fh = ocfs2_encode_fh,
|
/linux-4.1.27/fs/nfsd/ |
D | nfs3xdr.c | 68 encode_fh(__be32 *p, struct svc_fh *fhp) in encode_fh() function 653 p = encode_fh(p, &resp->fh); in nfs3svc_encode_diropres() 740 p = encode_fh(p, &resp->fh); in nfs3svc_encode_createres() 853 p = encode_fh(p, fh); in encode_entryplus_baggage()
|
D | nfsxdr.c | 46 encode_fh(__be32 *p, struct svc_fh *fhp) in encode_fh() function 429 p = encode_fh(p, &resp->fh); in nfssvc_encode_diropres()
|
/linux-4.1.27/fs/ceph/ |
D | export.c | 245 .encode_fh = ceph_encode_fh,
|
/linux-4.1.27/fs/fat/ |
D | nfs.c | 297 .encode_fh = fat_encode_fh_nostale,
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | llite_nfs.c | 331 .encode_fh = ll_encode_fh,
|
/linux-4.1.27/fs/btrfs/ |
D | export.c | 299 .encode_fh = btrfs_encode_fh,
|
/linux-4.1.27/fs/nilfs2/ |
D | namei.c | 581 .encode_fh = nilfs_encode_fh,
|
/linux-4.1.27/fs/fuse/ |
D | inode.c | 774 .encode_fh = fuse_encode_fh,
|
/linux-4.1.27/Documentation/vm/ |
D | cleancache.txt | 227 FS must provide an "encode_fh" function.
|
/linux-4.1.27/fs/udf/ |
D | namei.c | 1278 .encode_fh = udf_encode_fh,
|
/linux-4.1.27/Documentation/filesystems/ |
D | porting | 144 Briefly it allows for the definition of decode_fh and encode_fh operations
|
/linux-4.1.27/fs/reiserfs/ |
D | super.c | 818 .encode_fh = reiserfs_encode_fh,
|