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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dquota.h105 int ocfs2_lock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex);
H A Dquota_global.c38 * ocfs2_lock_global_qf). It also has to hold qinfo_lock.
46 * ocfs2_lock_global_qf -> start_trans -> dqio_mutex -> qinfo_lock ->
50 * dq_lock -> ocfs2_lock_global_qf -> qinfo_lock -> read from gf
56 * dq_lock -> ocfs2_lock_global_qf -> start_trans -> qinfo_lock -> write to gf
62 * -> ocfs2_lock_global_qf -> start_trans -> dqio_mutex -> qinfo_lock ->
295 int ocfs2_lock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex) function
365 status = ocfs2_lock_global_qf(oinfo, 0);
603 status = ocfs2_lock_global_qf(oinfo, 1);
697 status = ocfs2_lock_global_qf(oinfo, 1);
754 status = ocfs2_lock_global_qf(inf
[all...]
H A Dquota_local.c512 status = ocfs2_lock_global_qf(oinfo, 1);

Completed in 66 milliseconds