Searched refs:EXT4_INODE_BIT_FNS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | ext4.h | 1812 #define EXT4_INODE_BIT_FNS(name, field, offset) \ macro 1831 EXT4_INODE_BIT_FNS(flag, flags, 0) 1839 EXT4_INODE_BIT_FNS(state, state_flags, 0) 1846 EXT4_INODE_BIT_FNS(state, flags, 32)
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | ext4.h | 1904 #define EXT4_INODE_BIT_FNS(name, field, offset) \ macro 1923 EXT4_INODE_BIT_FNS(flag, flags, 0) 1931 EXT4_INODE_BIT_FNS(state, state_flags, 0) 1938 EXT4_INODE_BIT_FNS(state, flags, 32)
|
Completed in 15 milliseconds