Searched refs:lqinode (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dquota_local.c345 static int ocfs2_recovery_load_quota(struct inode *lqinode, argument
350 struct super_block *sb = lqinode->i_sb;
358 status = ocfs2_read_quota_block(lqinode,
401 struct inode *lqinode; local
418 lqinode = ocfs2_get_system_file_inode(osb, ino[type], slot_num);
419 if (!lqinode) {
423 status = ocfs2_inode_lock_full(lqinode, NULL, 1,
431 status = ocfs2_read_quota_block(lqinode, 0, &bh);
440 status = ocfs2_recovery_load_quota(lqinode, ldinfo, type,
444 ocfs2_inode_unlock(lqinode,
462 ocfs2_recover_local_quota_file(struct inode *lqinode, int type, struct ocfs2_quota_recovery *rec) argument
595 struct inode *lqinode; local
686 struct inode *lqinode = sb_dqopt(sb)->files[type]; local
896 struct inode *lqinode = sb_dqopt(sb)->files[dquot->dq_type]; local
965 struct inode *lqinode = sb_dqopt(sb)->files[type]; local
1097 struct inode *lqinode = sb_dqopt(sb)->files[type]; local
1218 struct inode *lqinode = sb_dqopt(sb)->files[type]; local
[all...]

Completed in 98 milliseconds