Searched refs:check_cred (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ext4/ |
H A D | ext4_jbd2.h | 359 int __ext4_journal_ensure_credits(handle_t *handle, int check_cred, 373 #define ext4_journal_ensure_credits_fn(handle, check_cred, extend_cred, \ argument 377 int err = __ext4_journal_ensure_credits((handle), (check_cred), \
|
H A D | extents.c | 142 int check_cred, int restart_cred, in ext4_datasem_ensure_credits() argument 148 ret = ext4_journal_ensure_credits_fn(handle, check_cred, restart_cred, in ext4_datasem_ensure_credits()
|
H A D | ext4.h | 3715 int check_cred, int restart_cred,
|