Searched refs:check_cred (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/ext4/ |
| H A D | ext4_jbd2.h | 275 int __ext4_journal_ensure_credits(handle_t *handle, int check_cred, 289 #define ext4_journal_ensure_credits_fn(handle, check_cred, extend_cred, \ argument 293 int err = __ext4_journal_ensure_credits((handle), (check_cred), \
|
| H A D | ext4_jbd2.c | 169 int __ext4_journal_ensure_credits(handle_t *handle, int check_cred, in __ext4_journal_ensure_credits() argument 176 if (jbd2_handle_buffer_credits(handle) >= check_cred && in __ext4_journal_ensure_credits()
|
| 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 | 3742 int check_cred, int restart_cred,
|