Home
last modified time | relevance | path

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

/linux/fs/quota/
H A Dquota_tree.c34 unsigned int epb = info->dqi_usable_bs >> 2; in __get_index()
52 return (info->dqi_usable_bs - sizeof(struct qt_disk_dqdbheader)) in qtree_dqstr_in_blk()
60 memset(buf, 0, info->dqi_usable_bs); in read_blk()
62 info->dqi_usable_bs, (loff_t)blk << info->dqi_blocksize_bits); in read_blk()
71 info->dqi_usable_bs, (loff_t)blk << info->dqi_blocksize_bits); in write_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()
169 char *tmpbuf = kmalloc(info->dqi_usable_bs, GFP_KERNEL); in remove_free_dqentry()
216 char *tmpbuf = kmalloc(info->dqi_usable_bs, GFP_KERNEL); in insert_free_dqentry()
[all …]
H A Dquota_v2.c153 qinfo->dqi_usable_bs = 1 << V2_DQBLKSIZE_BITS; in v2_read_file_info()
/linux/include/linux/
H A 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()
/linux/fs/ocfs2/
H A Dquota_global.c404 oinfo->dqi_gi.dqi_usable_bs = sb->s_blocksize - in ocfs2_global_read_info()