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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_export.c45 int fileid_type,
58 is64 = (fileid_type & XFS_FILEID_TYPE_64FLAG);
59 fileid_type &= ~XFS_FILEID_TYPE_64FLAG;
70 if (fileid_type > 2 ||
71 fh_len < xfs_fileid_length((fileid_type == 2), is64))
76 if (fileid_type == 2) {
41 xfs_fs_decode_fh( struct super_block *sb, __u32 *fh, int fh_len, int fileid_type, int (*acceptable)( void *context, struct dentry *de), void *context) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/isofs/
H A Dexport.c190 int fileid_type,
198 if (fh_len < 3 || fileid_type > 2)
208 if (fileid_type == 2) {
187 isofs_export_decode_fh(struct super_block *sb, __u32 *fh32, int fh_len, int fileid_type, int (*acceptable)(void *context, struct dentry *de), void *context) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dexport.c204 int fh_len, int fileid_type,
214 sb, fh, fh_len, fileid_type, acceptable, context);
216 if (fh_len < 3 || fileid_type > 2)
219 if (fileid_type == 2) {
203 ocfs2_decode_fh(struct super_block *sb, u32 *fh_in, int fh_len, int fileid_type, int (*acceptable)(void *context, struct dentry *de), void *context) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfsfh.c122 int fileid_type; local
205 fileid_type = 1;
207 fileid_type = 2;
209 fileid_type = fh->fh_fileid_type;
211 if (fileid_type == 0)
217 fileid_type,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/exportfs/
H A Dexpfs.c498 * a fileid_type of 1 indicates that the filehandlefragment
500 * a fileid_type of 2 says that there is also a directory
504 int fileid_type,
510 if (fh_len < 2 || fileid_type > 2)
512 if (fileid_type == 2) {
503 export_decode_fh(struct super_block *sb, __u32 *fh, int fh_len, int fileid_type, int (*acceptable)(void *context, struct dentry *de), void *context) argument

Completed in 55 milliseconds