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

/linux-master/fs/ocfs2/
H A Dquota_local.c338 static int ocfs2_recovery_load_quota(struct inode *lqinode, argument
343 struct super_block *sb = lqinode->i_sb;
351 status = ocfs2_read_quota_block(lqinode,
395 struct inode *lqinode; local
414 lqinode = ocfs2_get_system_file_inode(osb, ino[type], slot_num);
415 if (!lqinode) {
419 status = ocfs2_inode_lock_full(lqinode, NULL, 1,
427 status = ocfs2_read_quota_block(lqinode, 0, &bh);
436 status = ocfs2_recovery_load_quota(lqinode, ldinfo, type,
440 ocfs2_inode_unlock(lqinode,
458 ocfs2_recover_local_quota_file(struct inode *lqinode, int type, struct ocfs2_quota_recovery *rec) argument
597 struct inode *lqinode; local
691 struct inode *lqinode = sb_dqopt(sb)->files[type]; local
898 struct inode *lqinode = sb_dqopt(sb)->files[dquot->dq_id.type]; local
967 struct inode *lqinode = sb_dqopt(sb)->files[type]; local
1099 struct inode *lqinode = sb_dqopt(sb)->files[type]; local
1220 struct inode *lqinode = sb_dqopt(sb)->files[type]; local
[all...]

Completed in 142 milliseconds