Searched refs:ocfs2_lock_global_qf (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | quota_global.c | 41 * ocfs2_lock_global_qf). It also has to hold qinfo_lock. 49 * ocfs2_lock_global_qf -> start_trans -> dqio_sem -> qinfo_lock -> 53 * dq_lock -> ocfs2_lock_global_qf -> qinfo_lock -> read from gf 59 * dq_lock -> ocfs2_lock_global_qf -> start_trans -> qinfo_lock -> write to gf 65 * -> ocfs2_lock_global_qf -> start_trans -> dqio_sem -> qinfo_lock -> 298 int ocfs2_lock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex) in ocfs2_lock_global_qf() function 366 status = ocfs2_lock_global_qf(oinfo, 0); in ocfs2_global_read_info() 610 status = ocfs2_lock_global_qf(oinfo, 1); in ocfs2_sync_dquot_helper() 746 status = ocfs2_lock_global_qf(oinfo, 1); in ocfs2_release_dquot() 811 status = ocfs2_lock_global_qf(inf in ocfs2_acquire_dquot() [all...] |
H A D | quota.h | 111 int ocfs2_lock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex);
|
H A D | quota_local.c | 510 status = ocfs2_lock_global_qf(oinfo, 1); in ocfs2_recover_local_quota_file()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | quota_global.c | 41 * ocfs2_lock_global_qf). It also has to hold qinfo_lock. 49 * ocfs2_lock_global_qf -> start_trans -> dqio_sem -> qinfo_lock -> 53 * dq_lock -> ocfs2_lock_global_qf -> qinfo_lock -> read from gf 59 * dq_lock -> ocfs2_lock_global_qf -> start_trans -> qinfo_lock -> write to gf 65 * -> ocfs2_lock_global_qf -> start_trans -> dqio_sem -> qinfo_lock -> 298 int ocfs2_lock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex) in ocfs2_lock_global_qf() function 366 status = ocfs2_lock_global_qf(oinfo, 0); in ocfs2_global_read_info() 610 status = ocfs2_lock_global_qf(oinfo, 1); in ocfs2_sync_dquot_helper() 746 status = ocfs2_lock_global_qf(oinfo, 1); in ocfs2_release_dquot() 811 status = ocfs2_lock_global_qf(inf in ocfs2_acquire_dquot() [all...] |
H A D | quota.h | 111 int ocfs2_lock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex);
|
H A D | quota_local.c | 510 status = ocfs2_lock_global_qf(oinfo, 1); in ocfs2_recover_local_quota_file()
|
Completed in 7 milliseconds