Home
last modified time | relevance | path

Searched refs:_extra (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/include/
H A Dbasic_asm.h58 #define PUSH_BASIC_STACK(_extra) \ argument
61 stdu %r1, -(_extra + STACK_FRAME_MIN_SIZE)(%r1); \
66 #define POP_BASIC_STACK(_extra) \ argument
70 addi %r1, %r1, (_extra + STACK_FRAME_MIN_SIZE); \
/OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/
H A Dinodes.rst138 - i\_extra\_isize
147 - i\_ctime\_extra
152 - i\_mtime\_extra
156 - i\_atime\_extra
164 - i\_crtime\_extra
H A Dinlinedata.rst19 256-byte inode (as of June 2015, when i\_extra\_isize is 28). Prior to
H A Dattributes.rst16 next inode entry. For example, if inode.i\_extra\_isize = 28 and
H A Dsuper.rst288 - s\_min\_extra\_isize
292 - s\_want\_extra\_isize
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dext4.h894 if (EXT4_FITS_IN_INODE(raw_inode, EXT4_I(inode), xtime ## _extra)) {\
896 (raw_inode)->xtime ## _extra = \
907 if (EXT4_FITS_IN_INODE(raw_inode, einode, xtime ## _extra)) \
908 (raw_inode)->xtime ## _extra = \
915 if (EXT4_FITS_IN_INODE(raw_inode, EXT4_I(inode), xtime ## _extra)) { \
917 raw_inode->xtime ## _extra); \
931 if (EXT4_FITS_IN_INODE(raw_inode, einode, xtime ## _extra)) \
933 raw_inode->xtime ## _extra); \