Searched defs:dinfo (Results 1 - 5 of 5) sorted by relevance

/fs/udf/
H A Dialloc.c56 struct udf_inode_info *dinfo = UDF_I(dir); local
86 dinfo->i_location.partitionReferenceNum,
110 dinfo->i_location.partitionReferenceNum;
H A Dnamei.c159 struct udf_inode_info *dinfo = UDF_I(dir); local
168 if (dinfo->i_alloc_type != ICBTAG_FLAG_AD_IN_ICB) {
174 if (dinfo->i_alloc_type == ICBTAG_FLAG_AD_SHORT)
176 else if (dinfo->i_alloc_type == ICBTAG_FLAG_AD_LONG)
313 struct udf_inode_info *dinfo; local
342 dinfo = UDF_I(dir);
343 if (dinfo->i_alloc_type != ICBTAG_FLAG_AD_IN_ICB) {
347 &dinfo->i_location, 0);
353 if (dinfo->i_alloc_type == ICBTAG_FLAG_AD_SHORT)
355 else if (dinfo
642 struct udf_inode_info *dinfo = UDF_I(dir); local
708 struct udf_inode_info *dinfo = UDF_I(dir); local
[all...]
/fs/quota/
H A Dquota_v2.c91 struct v2_disk_dqinfo dinfo; local
105 size = sb->s_op->quota_read(sb, type, (char *)&dinfo,
127 info->dqi_bgrace = le32_to_cpu(dinfo.dqi_bgrace);
128 info->dqi_igrace = le32_to_cpu(dinfo.dqi_igrace);
129 info->dqi_flags = le32_to_cpu(dinfo.dqi_flags);
132 qinfo->dqi_blocks = le32_to_cpu(dinfo.dqi_blocks);
133 qinfo->dqi_free_blk = le32_to_cpu(dinfo.dqi_free_blk);
134 qinfo->dqi_free_entry = le32_to_cpu(dinfo.dqi_free_entry);
151 struct v2_disk_dqinfo dinfo; local
158 dinfo
[all...]
/fs/ocfs2/
H A Dquota_global.c341 struct ocfs2_global_disk_dqinfo dinfo; local
378 status = sb->s_op->quota_read(sb, type, (char *)&dinfo,
391 info->dqi_bgrace = le32_to_cpu(dinfo.dqi_bgrace);
392 info->dqi_igrace = le32_to_cpu(dinfo.dqi_igrace);
393 oinfo->dqi_syncms = le32_to_cpu(dinfo.dqi_syncms);
394 oinfo->dqi_gi.dqi_blocks = le32_to_cpu(dinfo.dqi_blocks);
395 oinfo->dqi_gi.dqi_free_blk = le32_to_cpu(dinfo.dqi_free_blk);
396 oinfo->dqi_gi.dqi_free_entry = le32_to_cpu(dinfo.dqi_free_entry);
419 struct ocfs2_global_disk_dqinfo dinfo; local
424 dinfo
[all...]
/fs/hfs/
H A Dhfs.h140 struct hfs_dinfo dinfo; member in struct:hfs_finder_info::__anon240

Completed in 147 milliseconds