Home
last modified time | relevance | path

Searched refs:h_type (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/net/atm/
Dlec.h20 __be16 h_type; member
/linux-4.4.14/fs/omfs/
Domfs_fs.h39 char h_type; /* OMFS_INODE_X */ member
Dinode.c131 oi->i_head.h_type = OMFS_INODE_NORMAL; in __omfs_write_inode()
/linux-4.4.14/fs/ext4/
Dext4_jbd2.c273 handle->h_type, in __ext4_handle_dirty_metadata()
284 handle->h_type, in __ext4_handle_dirty_metadata()
/linux-4.4.14/fs/logfs/
Djournal.c172 type = be16_to_cpu(jh->h_type); in __read_je_header()
233 type = be16_to_cpu(jh->h_type); in read_je()
275 if (jh->h_type != cpu_to_be16(JE_COMMIT)) in logfs_read_segment()
425 jh->h_type = cpu_to_be16(type); in __logfs_write_header()
661 if (jh->h_type == cpu_to_be16(JE_COMMIT)) in logfs_write_je_buf()
Dlogfs_abi.h432 __be16 h_type; member
/linux-4.4.14/fs/jbd2/
Dtransaction.c465 handle->h_type = type; in jbd2__journal_start()
533 handle->h_type = type; in jbd2_journal_start_reserved()
602 handle->h_type, handle->h_line_no, in jbd2_journal_extend()
1659 handle->h_type, handle->h_line_no, in jbd2_journal_stop()
/linux-4.4.14/Documentation/filesystems/
Domfs.txt57 char h_type; /* OMFS_INODE_X */
/linux-4.4.14/include/linux/
Djbd2.h486 unsigned int h_type: 8; /* for handle statistics */ member