Searched refs:lqinode (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | quota_local.c | 338 static int ocfs2_recovery_load_quota(struct inode *lqinode, in ocfs2_recovery_load_quota() argument 343 struct super_block *sb = lqinode->i_sb; in ocfs2_recovery_load_quota() 351 status = ocfs2_read_quota_block(lqinode, in ocfs2_recovery_load_quota() 395 struct inode *lqinode; in ocfs2_begin_quota_recovery() local 414 lqinode = ocfs2_get_system_file_inode(osb, ino[type], slot_num); in ocfs2_begin_quota_recovery() 415 if (!lqinode) { in ocfs2_begin_quota_recovery() 419 status = ocfs2_inode_lock_full(lqinode, NULL, 1, in ocfs2_begin_quota_recovery() 427 status = ocfs2_read_quota_block(lqinode, 0, &bh); in ocfs2_begin_quota_recovery() 436 status = ocfs2_recovery_load_quota(lqinode, ldinfo, type, in ocfs2_begin_quota_recovery() 440 ocfs2_inode_unlock(lqinode, in ocfs2_begin_quota_recovery() 458 ocfs2_recover_local_quota_file(struct inode *lqinode, int type, struct ocfs2_quota_recovery *rec) ocfs2_recover_local_quota_file() argument 594 struct inode *lqinode; ocfs2_finish_quota_recovery() local 688 struct inode *lqinode = sb_dqopt(sb)->files[type]; ocfs2_local_read_info() local 898 struct inode *lqinode = sb_dqopt(sb)->files[dquot->dq_id.type]; ocfs2_local_write_dquot() local 967 struct inode *lqinode = sb_dqopt(sb)->files[type]; ocfs2_local_quota_add_chunk() local 1099 struct inode *lqinode = sb_dqopt(sb)->files[type]; ocfs2_extend_local_quota_file() local 1220 struct inode *lqinode = sb_dqopt(sb)->files[type]; ocfs2_create_local_dquot() local [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | quota_local.c | 338 static int ocfs2_recovery_load_quota(struct inode *lqinode, in ocfs2_recovery_load_quota() argument 343 struct super_block *sb = lqinode->i_sb; in ocfs2_recovery_load_quota() 351 status = ocfs2_read_quota_block(lqinode, in ocfs2_recovery_load_quota() 395 struct inode *lqinode; in ocfs2_begin_quota_recovery() local 414 lqinode = ocfs2_get_system_file_inode(osb, ino[type], slot_num); in ocfs2_begin_quota_recovery() 415 if (!lqinode) { in ocfs2_begin_quota_recovery() 419 status = ocfs2_inode_lock_full(lqinode, NULL, 1, in ocfs2_begin_quota_recovery() 427 status = ocfs2_read_quota_block(lqinode, 0, &bh); in ocfs2_begin_quota_recovery() 436 status = ocfs2_recovery_load_quota(lqinode, ldinfo, type, in ocfs2_begin_quota_recovery() 440 ocfs2_inode_unlock(lqinode, in ocfs2_begin_quota_recovery() 458 ocfs2_recover_local_quota_file(struct inode *lqinode, int type, struct ocfs2_quota_recovery *rec) ocfs2_recover_local_quota_file() argument 594 struct inode *lqinode; ocfs2_finish_quota_recovery() local 688 struct inode *lqinode = sb_dqopt(sb)->files[type]; ocfs2_local_read_info() local 895 struct inode *lqinode = sb_dqopt(sb)->files[dquot->dq_id.type]; ocfs2_local_write_dquot() local 964 struct inode *lqinode = sb_dqopt(sb)->files[type]; ocfs2_local_quota_add_chunk() local 1096 struct inode *lqinode = sb_dqopt(sb)->files[type]; ocfs2_extend_local_quota_file() local 1217 struct inode *lqinode = sb_dqopt(sb)->files[type]; ocfs2_create_local_dquot() local [all...] |
Completed in 2 milliseconds