Home
last modified time | relevance | path

Searched refs:dq_sb (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/fs/
Dquota_v2.c288 struct file *filp = sb_dqopt(dquot->dq_sb)->files[dquot->dq_type]; in find_free_dqentry()
289 struct mem_dqinfo *info = sb_dqopt(dquot->dq_sb)->info+dquot->dq_type; in find_free_dqentry()
349 struct file *filp = sb_dqopt(dquot->dq_sb)->files[dquot->dq_type]; in do_insert_tree()
350 struct mem_dqinfo *info = sb_dqopt(dquot->dq_sb)->info + dquot->dq_type; in do_insert_tree()
423 filp = sb_dqopt(dquot->dq_sb)->files[type]; in v2_write_dquot()
444 struct file *filp = sb_dqopt(dquot->dq_sb)->files[dquot->dq_type]; in free_dqentry()
445 struct mem_dqinfo *info = sb_dqopt(dquot->dq_sb)->info + dquot->dq_type; in free_dqentry()
493 struct file *filp = sb_dqopt(dquot->dq_sb)->files[dquot->dq_type]; in remove_tree()
494 struct mem_dqinfo *info = sb_dqopt(dquot->dq_sb)->info + dquot->dq_type; in remove_tree()
543 struct file *filp = sb_dqopt(dquot->dq_sb)->files[dquot->dq_type]; in find_block_dqentry()
[all …]
Ddquot.c185 struct list_head *head = dquot_hash + hashfn(dquot->dq_sb, dquot->dq_id, dquot->dq_type); in insert_dquot_hash()
202 if (dquot->dq_sb == sb && dquot->dq_id == id && dquot->dq_type == type) in find_dquot()
320 struct quota_info *dqopt = sb_dqopt(dquot->dq_sb); in read_dqblk()
333 struct quota_info *dqopt = sb_dqopt(dquot->dq_sb); in commit_dqblk()
352 if (dquot->dq_sb != sb) in invalidate_dquots()
383 if (sb && dquot->dq_sb != sb) in vfs_quota_sync()
387 if (!dquot->dq_sb) /* Invalidated? */ in vfs_quota_sync()
550 dquot->dq_sb->dq_op->write_dquot(dquot); in dqput()
581 dquot->dq_sb = sb; in get_empty_dquot()
625 if (!dquot->dq_sb) { /* Has somebody invalidated entry under us? */ in dqget()
[all …]
Dquota_v1.c45 filp = sb_dqopt(dquot->dq_sb)->files[type]; in v1_read_dqblk()
74 filp = sb_dqopt(dquot->dq_sb)->files[type]; in v1_commit_dqblk()
86 dqblk.dqb_btime = sb_dqopt(dquot->dq_sb)->info[type].dqi_bgrace; in v1_commit_dqblk()
87 dqblk.dqb_itime = sb_dqopt(dquot->dq_sb)->info[type].dqi_igrace; in v1_commit_dqblk()
/linux-2.4.37.9/include/linux/
Dquota.h219 struct super_block *dq_sb; /* superblock this applies to */ member
292 sb_dqopt(dquot->dq_sb)->info[dquot->dq_type].dqi_flags |= DQF_ANY_DQUOT_DIRTY;\
/linux-2.4.37.9/fs/ext3/
Dsuper.c1811 struct quota_info *dqops = sb_dqopt(dquot->dq_sb); in ext3_write_dquot()