Searched refs:dqi_usable_bs (Results 1 – 4 of 4) sorted by relevance
/linux/fs/quota/ |
A D | quota_tree.c | 28 unsigned int epb = info->dqi_usable_bs >> 2; in __get_index() 54 memset(buf, 0, info->dqi_usable_bs); in read_blk() 66 if (ret != info->dqi_usable_bs) { in write_blk() 77 char *buf = kmalloc(info->dqi_usable_bs, GFP_NOFS); in get_free_dqblk() 91 memset(buf, 0, info->dqi_usable_bs); in get_free_dqblk() 221 char *buf = kmalloc(info->dqi_usable_bs, GFP_NOFS); in find_free_dqentry() 242 memset(buf, 0, info->dqi_usable_bs); in find_free_dqentry() 292 char *buf = kmalloc(info->dqi_usable_bs, GFP_NOFS); in do_insert_tree() 304 memset(buf, 0, info->dqi_usable_bs); in do_insert_tree() 503 if (i == (info->dqi_usable_bs >> 2) in remove_tree() [all …]
|
A D | quota_v2.c | 151 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 | 399 oinfo->dqi_gi.dqi_usable_bs = sb->s_blocksize - in ocfs2_global_read_info()
|
Completed in 16 milliseconds