Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Djbd2.h1419 static inline handle_t *jbd2_alloc_handle(gfp_t gfp_flags) in jbd2_alloc_handle() function
/Linux-v4.19/fs/jbd2/
Dtransaction.c398 handle_t *handle = jbd2_alloc_handle(GFP_NOFS); in new_handle()