Searched refs:check_cred (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ext4/ |
| H A D | ext4_jbd2.h | 271 int __ext4_journal_ensure_credits(handle_t *handle, int check_cred, 285 #define ext4_journal_ensure_credits_fn(handle, check_cred, extend_cred, \ argument 289 int err = __ext4_journal_ensure_credits((handle), (check_cred), \
|
| H A D | ext4_jbd2.c | 177 int __ext4_journal_ensure_credits(handle_t *handle, int check_cred, in __ext4_journal_ensure_credits() argument 184 if (jbd2_handle_buffer_credits(handle) >= check_cred && in __ext4_journal_ensure_credits()
|
| H A D | extents.c | 139 int check_cred, int restart_cred, in ext4_datasem_ensure_credits() argument 145 ret = ext4_journal_ensure_credits_fn(handle, check_cred, restart_cred, in ext4_datasem_ensure_credits()
|
| H A D | ext4.h | 3953 int check_cred, int restart_cred,
|