Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Djbd2.h1600 static inline handle_t *jbd2_alloc_handle(gfp_t gfp_flags) in jbd2_alloc_handle() function
/openbmc/linux/fs/jbd2/
H A Dtransaction.c461 handle_t *handle = jbd2_alloc_handle(GFP_NOFS); in new_handle()