Searched refs:dqi_usable_bs (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/quota/ |
| A D | quota_tree.c | 34 unsigned int epb = info->dqi_usable_bs >> 2; in __get_index() 60 memset(buf, 0, info->dqi_usable_bs); in read_blk() 72 if (ret != info->dqi_usable_bs) { in write_blk() 117 char *buf = kmalloc(info->dqi_usable_bs, GFP_KERNEL); in get_free_dqblk() 134 memset(buf, 0, info->dqi_usable_bs); in get_free_dqblk() 264 char *buf = kmalloc(info->dqi_usable_bs, GFP_KERNEL); in find_free_dqentry() 288 memset(buf, 0, info->dqi_usable_bs); in find_free_dqentry() 338 char *buf = kmalloc(info->dqi_usable_bs, GFP_KERNEL); in do_insert_tree() 359 memset(buf, 0, info->dqi_usable_bs); in do_insert_tree() 589 if (i == (info->dqi_usable_bs >> 2) in remove_tree() [all …]
|
| A D | quota_v2.c | 153 qinfo->dqi_usable_bs = 1 << V2_DQBLKSIZE_BITS; in v2_read_file_info()
|
| /linux/include/linux/ |
| A D | dqblk_qtree.h | 37 unsigned int dqi_usable_bs; /* Space usable in block for quota data */ member 49 unsigned int epb = info->dqi_usable_bs >> 2; in qtree_depth()
|
| /linux/fs/ocfs2/ |
| A D | quota_global.c | 404 oinfo->dqi_gi.dqi_usable_bs = sb->s_blocksize - in ocfs2_global_read_info()
|
Completed in 13 milliseconds