Searched refs:h_type (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/omfs/ |
H A D | omfs_fs.h | 40 char h_type; /* OMFS_INODE_X */ member
|
H A D | inode.c | 133 oi->i_head.h_type = OMFS_INODE_NORMAL; in __omfs_write_inode()
|
/kernel/linux/linux-5.10/net/atm/ |
H A D | lec.h | 21 __be16 h_type; member 59 * field in h_type field. Data follows immediately after header. 63 * in the h_type field. The LLC field follows header immediately. 65 * the value 0 in the h_type field.
|
/kernel/linux/linux-6.6/fs/omfs/ |
H A D | omfs_fs.h | 40 char h_type; /* OMFS_INODE_X */ member
|
H A D | inode.c | 133 oi->i_head.h_type = OMFS_INODE_NORMAL; in __omfs_write_inode()
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | lec.h | 21 __be16 h_type; member 59 * field in h_type field. Data follows immediately after header. 63 * in the h_type field. The LLC field follows header immediately. 65 * the value 0 in the h_type field.
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | ext4_jbd2.c | 343 handle->h_type, in __ext4_handle_dirty_metadata() 354 handle->h_type, in __ext4_handle_dirty_metadata()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | ext4_jbd2.c | 364 handle->h_type, in __ext4_handle_dirty_metadata() 375 handle->h_type, in __ext4_handle_dirty_metadata()
|
/kernel/linux/linux-5.10/fs/jbd2/ |
H A D | transaction.c | 515 handle->h_type = type; in jbd2__journal_start() 618 handle->h_type = type; in jbd2_journal_start_reserved() 689 handle->h_type, handle->h_line_no, in jbd2_journal_extend() 809 handle->h_type, handle->h_line_no, in jbd2__journal_restart() 1502 pr_err("JBD2: assertion failure: h_type=%u " in jbd2_journal_dirty_metadata() 1504 handle->h_type, handle->h_line_no, in jbd2_journal_dirty_metadata() 1835 tid, handle->h_type, handle->h_line_no, in jbd2_journal_stop()
|
/kernel/linux/linux-6.6/fs/jbd2/ |
H A D | transaction.c | 527 handle->h_type = type; in jbd2__journal_start() 630 handle->h_type = type; in jbd2_journal_start_reserved() 700 handle->h_type, handle->h_line_no, in jbd2_journal_extend() 818 handle->h_type, handle->h_line_no, in jbd2__journal_restart() 1524 pr_err("JBD2: assertion failure: h_type=%u " in jbd2_journal_dirty_metadata() 1526 handle->h_type, handle->h_line_no, in jbd2_journal_dirty_metadata() 1856 tid, handle->h_type, handle->h_line_no, in jbd2_journal_stop()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | jbd2.h | 475 * @h_type: For handle statistics. 507 unsigned int h_type: 8; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | jbd2.h | 465 * @h_type: For handle statistics. 497 unsigned int h_type: 8; member
|
Completed in 16 milliseconds