Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/quota/
Dquota_tree.c28 unsigned int epb = info->dqi_usable_bs >> 2; in __get_index()
46 return (info->dqi_usable_bs - sizeof(struct qt_disk_dqdbheader)) in qtree_dqstr_in_blk()
63 memset(buf, 0, info->dqi_usable_bs); in read_blk()
65 info->dqi_usable_bs, (loff_t)blk << info->dqi_blocksize_bits); in read_blk()
74 info->dqi_usable_bs, (loff_t)blk << info->dqi_blocksize_bits); in write_blk()
75 if (ret != info->dqi_usable_bs) { in write_blk()
115 char *buf = getdqbuf(info->dqi_usable_bs); in get_free_dqblk()
132 memset(buf, 0, info->dqi_usable_bs); in get_free_dqblk()
167 char *tmpbuf = getdqbuf(info->dqi_usable_bs); in remove_free_dqentry()
214 char *tmpbuf = getdqbuf(info->dqi_usable_bs); in insert_free_dqentry()
[all …]
Dquota_v2.c151 qinfo->dqi_usable_bs = 1 << V2_DQBLKSIZE_BITS; in v2_read_file_info()
/kernel/linux/linux-5.10/include/linux/
Ddqblk_qtree.h37 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()
/kernel/linux/linux-5.10/fs/ocfs2/
Dquota_global.c400 oinfo->dqi_gi.dqi_usable_bs = sb->s_blocksize - in ocfs2_global_read_info()