Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dquotaops.h52 inode->i_sb->dq_op->initialize(inode, -1); in DQUOT_INIT()
62 inode->i_sb->dq_op->drop(inode); /* Ops must be set when there's any quota... */ in DQUOT_DROP()
72 if (inode->i_sb->dq_op->alloc_space(inode, nr, 1) == NO_QUOTA) { in DQUOT_PREALLOC_SPACE_NODIRTY()
96 if (inode->i_sb->dq_op->alloc_space(inode, nr, 0) == NO_QUOTA) { in DQUOT_ALLOC_SPACE_NODIRTY()
120 if (inode->i_sb->dq_op->alloc_inode(inode, 1) == NO_QUOTA) { in DQUOT_ALLOC_INODE()
133 inode->i_sb->dq_op->free_space(inode, nr); in DQUOT_FREE_SPACE_NODIRTY()
149 inode->i_sb->dq_op->free_inode(inode, 1); in DQUOT_FREE_INODE()
158 if (inode->i_sb->dq_op->transfer(inode, iattr) == NO_QUOTA) { in DQUOT_TRANSFER()
Dfs.h754 struct dquot_operations *dq_op; member
/linux-2.4.37.9/fs/
Ddquot.c399 sb->dq_op->write_dquot(dquot); in vfs_quota_sync()
550 dquot->dq_sb->dq_op->write_dquot(dquot); in dqput()
695 sb->dq_op->initialize(inode, type); in add_dquot_ref()
Dsuper.c285 s->dq_op = sb_dquot_ops; in alloc_super()
Dinode.c1409 if (!sb->dq_op) in remove_dquot_ref()
/linux-2.4.37.9/fs/ufs/
Dsuper.c747 sb->dq_op = NULL; /***/ in ufs_read_super()
/linux-2.4.37.9/fs/ext3/
Dsuper.c1160 sb->dq_op = &ext3_qops; in ext3_read_super()
/linux-2.4.37.9/fs/udf/
Dsuper.c1438 sb->dq_op = NULL; in udf_read_super()