Searched refs:fileid_type (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_export.c25 static int xfs_fileid_length(int fileid_type) argument
27 switch (fileid_type) {
50 int fileid_type; local
55 fileid_type = FILEID_INO32_GEN;
57 fileid_type = FILEID_INO32_GEN_PARENT;
68 fileid_type |= XFS_FILEID_TYPE_64FLAG;
76 len = xfs_fileid_length(fileid_type);
83 switch (fileid_type) {
102 return fileid_type;
173 int fh_len, int fileid_type)
172 xfs_fs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fileid_type) argument
196 xfs_fs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fileid_type) argument
[all...]
/linux-master/include/linux/
H A Dexportfs.h18 * The fileid_type identifies how the file within the filesystem is encoded.
181 * the filehandle fragment. encode_fh() should return the fileid_type on
307 int fileid_type,
311 int fh_len, int fileid_type, int (*acceptable)(void *, struct dentry *),
/linux-master/fs/exportfs/
H A Dexpfs.c430 int fileid_type,
444 result = nop->fh_to_dentry(mnt->mnt_sb, fid, fh_len, fileid_type);
506 fh_len, fileid_type);
578 int fh_len, int fileid_type,
584 ret = exportfs_decode_fh_raw(mnt, fid, fh_len, fileid_type,
429 exportfs_decode_fh_raw(struct vfsmount *mnt, struct fid *fid, int fh_len, int fileid_type, int (*acceptable)(void *, struct dentry *), void *context) argument
577 exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid, int fh_len, int fileid_type, int (*acceptable)(void *, struct dentry *), void *context) argument
/linux-master/fs/nfsd/
H A Dnfsfh.c160 int fileid_type; local
244 fileid_type = fh->fh_fileid_type;
246 if (fileid_type == FILEID_ROOT)
250 data_left, fileid_type,
420 int fileid_type = local
424 fileid_type > 0 ? fileid_type : FILEID_INVALID;

Completed in 123 milliseconds