Home
last modified time | relevance | path

Searched refs:jbd2_alloc_handle (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/linux/
Djbd2.h1603 #define jbd2_alloc_handle(_gfp_flags) \ macro
/linux-6.12.1/fs/jbd2/
Dtransaction.c461 handle_t *handle = jbd2_alloc_handle(GFP_NOFS); in new_handle()