Lines Matching refs:released
317 struct buffer_head **bh, int *released) in ocfs2_read_hint_group_descriptor() argument
339 *released = 1; /* we return 'rc=0' for this case */ in ocfs2_read_hint_group_descriptor()
1796 u16 *bits_left, int *released) in ocfs2_search_one_group() argument
1805 res->sr_bg_blkno, &group_bh, released); in ocfs2_search_one_group()
1806 if (*released) { in ocfs2_search_one_group()
2023 int released = 0; in ocfs2_claim_suballoc_bits() local
2059 &released); in ocfs2_claim_suballoc_bits()
2060 if (released) { in ocfs2_claim_suballoc_bits()
3166 int status, quiet = 0, released = 0; in ocfs2_test_suballoc_bit() local
3183 &group_bh, &released); in ocfs2_test_suballoc_bit()
3184 if (released) { in ocfs2_test_suballoc_bit()