Home
last modified time | relevance | path

Searched refs:dqi_usable_bs (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/quota/
Dquota_tree.c27 unsigned int epb = info->dqi_usable_bs >> 2; in get_index()
39 return (info->dqi_usable_bs - sizeof(struct qt_disk_dqdbheader)) in qtree_dqstr_in_blk()
56 memset(buf, 0, info->dqi_usable_bs); in read_blk()
58 info->dqi_usable_bs, blk << info->dqi_blocksize_bits); in read_blk()
67 info->dqi_usable_bs, blk << info->dqi_blocksize_bits); in write_blk()
68 if (ret != info->dqi_usable_bs) { in write_blk()
79 char *buf = getdqbuf(info->dqi_usable_bs); in get_free_dqblk()
93 memset(buf, 0, info->dqi_usable_bs); in get_free_dqblk()
128 char *tmpbuf = getdqbuf(info->dqi_usable_bs); in remove_free_dqentry()
175 char *tmpbuf = getdqbuf(info->dqi_usable_bs); in insert_free_dqentry()
[all …]
Dquota_v2.c141 qinfo->dqi_usable_bs = 1 << V2_DQBLKSIZE_BITS; in v2_read_file_info()
/linux-4.1.27/include/linux/
Ddqblk_qtree.h35 unsigned int dqi_usable_bs; /* Space usable in block for quota data */ member
47 unsigned int epb = info->dqi_usable_bs >> 2; in qtree_depth()
/linux-4.1.27/fs/ocfs2/
Dquota_global.c398 oinfo->dqi_gi.dqi_usable_bs = sb->s_blocksize - in ocfs2_global_read_info()