Searched refs:i_ (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/arch/alpha/include/asm/ |
D | elf.h | 135 enum implver_enum i_ = implver(); \ 136 ( i_ == IMPLVER_EV5 ? "ev56" \
|
/linux-6.12.1/drivers/mfd/ |
D | wm8350-core.c | 37 int i_; \ 40 for (i_ = 0; i_ < regs; i_++) \
|
/linux-6.12.1/drivers/hid/bpf/progs/ |
D | hid_report_helpers.h | 79 #define Input(i_) 0x081, i8(i_), argument 80 #define Output(i_) 0x091, i8(i_), argument 81 #define Feature(i_) 0x0b1, i8(i_), argument
|
/linux-6.12.1/fs/ext4/ |
D | ext4.h | 1923 return test_bit(bit + (offset), &EXT4_I(inode)->i_##field); \ 1927 set_bit(bit + (offset), &EXT4_I(inode)->i_##field); \ 1931 clear_bit(bit + (offset), &EXT4_I(inode)->i_##field); \
|
/linux-6.12.1/Documentation/filesystems/ext4/ |
D | inodes.rst | 509 respective ``i_[cma]time_extra`` field, the ctime, atime, and mtime
|
/linux-6.12.1/Documentation/filesystems/ |
D | idmappings.rst | 706 The ``i_*id_into_vfs*id()`` functions translate filesystem's kernel ids into
|