Searched defs:jh (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/fs/jbd2/ |
D | transaction.c | 777 static void jbd2_freeze_jh_data(struct journal_head *jh) in jbd2_freeze_jh_data() 811 do_get_write_access(handle_t *handle, struct journal_head *jh, in do_get_write_access() 1015 struct journal_head *jh; in jbd2_write_access_granted() local 1077 struct journal_head *jh; in jbd2_journal_get_write_access() local 1116 struct journal_head *jh = jbd2_journal_add_journal_head(bh); in jbd2_journal_get_create_access() local 1213 struct journal_head *jh; in jbd2_journal_get_undo_access() local 1277 struct journal_head *jh = jbd2_journal_grab_journal_head(bh); in jbd2_journal_set_triggers() local 1285 void jbd2_buffer_frozen_trigger(struct journal_head *jh, void *mapped_data, in jbd2_buffer_frozen_trigger() 1296 void jbd2_buffer_abort_trigger(struct journal_head *jh, in jbd2_buffer_abort_trigger() 1332 struct journal_head *jh; in jbd2_journal_dirty_metadata() local [all …]
|
D | checkpoint.c | 33 static inline void __buffer_unlink_first(struct journal_head *jh) in __buffer_unlink_first() 51 static inline void __buffer_unlink(struct journal_head *jh) in __buffer_unlink() 68 static inline void __buffer_relink_io(struct journal_head *jh) in __buffer_relink_io() 92 static int __try_to_free_cp_buf(struct journal_head *jh) in __try_to_free_cp_buf() 210 struct journal_head *jh; in jbd2_log_do_checkpoint() local 425 static int journal_clean_one_cp_list(struct journal_head *jh, bool destroy) in journal_clean_one_cp_list() 551 int __jbd2_journal_remove_checkpoint(struct journal_head *jh) in __jbd2_journal_remove_checkpoint() 611 void __jbd2_journal_insert_checkpoint(struct journal_head *jh, in __jbd2_journal_insert_checkpoint()
|
D | journal.c | 2401 static void journal_free_journal_head(struct journal_head *jh) in journal_free_journal_head() 2453 struct journal_head *jh; in jbd2_journal_add_journal_head() local 2494 struct journal_head *jh = NULL; in jbd2_journal_grab_journal_head() local 2507 struct journal_head *jh = bh2jh(bh); in __journal_remove_journal_head() local 2535 void jbd2_journal_put_journal_head(struct journal_head *jh) in jbd2_journal_put_journal_head()
|
D | commit.c | 372 struct journal_head *jh; in jbd2_journal_commit_transaction() local
|
D | revoke.c | 415 int jbd2_journal_cancel_revoke(handle_t *handle, struct journal_head *jh) in jbd2_journal_cancel_revoke()
|
/linux-4.4.14/fs/logfs/ |
D | journal.c | 142 struct logfs_journal_header *jh = from; in unpack() local 160 struct logfs_journal_header *jh) in __read_je_header() 185 struct logfs_journal_header *jh) in __read_je_payload() 212 struct logfs_journal_header *jh) in __read_je() 225 struct logfs_journal_header *jh = super->s_compressed_je; in read_je() local 263 struct logfs_journal_header *jh = super->s_compressed_je; in logfs_read_segment() local 421 struct logfs_journal_header *jh, size_t len, size_t datalen, in __logfs_write_header() 438 struct logfs_journal_header *jh, size_t datalen, u16 type) in logfs_write_header() 655 struct logfs_journal_header *jh = super->s_compressed_je; in logfs_write_je_buf() local
|
/linux-4.4.14/fs/reiserfs/ |
D | journal.c | 716 struct reiserfs_jh *jh; in alloc_jh() local 733 struct reiserfs_jh *jh; in reiserfs_free_jh() local 751 struct reiserfs_jh *jh; in __add_jh() local 800 struct reiserfs_jh *jh; in write_ordered_buffers() local 1242 struct reiserfs_journal_header *jh; in _update_journal_header_block() local 2385 struct reiserfs_journal_header *jh; in journal_read() local 2724 struct reiserfs_journal_header *jh; in journal_init() local
|
D | inode.c | 3146 struct reiserfs_jh *jh = bh->b_private; in invalidatepage_can_drop() local
|
/linux-4.4.14/include/linux/ |
D | jbd2.h | 386 #define J_ASSERT_JH(jh, expr) J_ASSERT(expr) argument 391 #define J_EXPECT_JH(jh, expr, why...) J_ASSERT_JH(jh, expr) argument 406 #define J_EXPECT_JH(jh, expr, why...) __journal_expect(expr, ## why) argument 1514 #define JBUFFER_TRACE(jh, info) do {} while (0) argument
|
/linux-4.4.14/fs/ubifs/ |
D | replay.c | 486 struct ubifs_jhead *jh = &c->jheads[bud->jhead]; in is_last_bud() local
|