Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/ext3/
Dsuper.c451 static struct dquot_operations ext3_qops; variable
1160 sb->dq_op = &ext3_qops; in ext3_read_super()
1845 init_dquot_operations(&ext3_qops); in init_ext3_fs()
1846 old_write_dquot = ext3_qops.write_dquot; in init_ext3_fs()
1847 ext3_qops.write_dquot = ext3_write_dquot; in init_ext3_fs()