Home
last modified time | relevance | path

Searched refs:jbd2_alloc (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Djbd2.h67 extern void *jbd2_alloc(size_t size, gfp_t flags);
/kernel/linux/linux-6.6/include/linux/
H A Djbd2.h66 extern void *jbd2_alloc(size_t size, gfp_t flags);
/kernel/linux/linux-5.10/fs/jbd2/
H A Djournal.c412 tmp = jbd2_alloc(bh_in->b_size, GFP_NOFS); in jbd2_journal_write_metadata_buffer()
2702 void *jbd2_alloc(size_t size, gfp_t flags) in jbd2_alloc() function
H A Dtransaction.c1110 frozen_buffer = jbd2_alloc(jh2bh(jh)->b_size, in do_get_write_access()
1374 committed_data = jbd2_alloc(jh2bh(jh)->b_size, in jbd2_journal_get_undo_access()
/kernel/linux/linux-6.6/fs/jbd2/
H A Dtransaction.c1132 frozen_buffer = jbd2_alloc(jh2bh(jh)->b_size, in do_get_write_access()
1396 committed_data = jbd2_alloc(jh2bh(jh)->b_size, in jbd2_journal_get_undo_access()
H A Djournal.c399 tmp = jbd2_alloc(bh_in->b_size, GFP_NOFS); in jbd2_journal_write_metadata_buffer()
2778 void *jbd2_alloc(size_t size, gfp_t flags) in jbd2_alloc() function

Completed in 19 milliseconds