Home
last modified time | relevance | path

Searched refs:STATX_ATTR_COMPRESSED (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dstatx-generic.h46 # define STATX_ATTR_COMPRESSED 0x0004 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dstatx-generic.h46 # define STATX_ATTR_COMPRESSED 0x0004 macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dstat.h30 (STATX_ATTR_COMPRESSED | \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dstat.h165 #define STATX_ATTR_COMPRESSED 0x00000004 /* [I] File is compressed by the fs */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dstat.h165 #define STATX_ATTR_COMPRESSED 0x00000004 /* [I] File is compressed by the fs */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dstat.h181 #define STATX_ATTR_COMPRESSED 0x00000004 /* [I] File is compressed by the fs */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dstat.h178 #define STATX_ATTR_COMPRESSED 0x00000004 /* [I] File is compressed by the fs */ macro
/OK3568_Linux_fs/kernel/fs/erofs/
H A Dinode.c354 stat->attributes |= STATX_ATTR_COMPRESSED; in erofs_getattr()
357 stat->attributes_mask |= (STATX_ATTR_COMPRESSED | in erofs_getattr()
/OK3568_Linux_fs/kernel/fs/ext2/
H A Dinode.c1651 stat->attributes |= STATX_ATTR_COMPRESSED; in ext2_getattr()
1657 STATX_ATTR_COMPRESSED | in ext2_getattr()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Ddir.c1600 stat->attributes |= STATX_ATTR_COMPRESSED; in ubifs_getattr()
1607 STATX_ATTR_COMPRESSED | in ubifs_getattr()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dinode.c2416 stat->attributes_mask |= (STATX_ATTR_COMPRESSED | STATX_ATTR_ENCRYPTED);
2418 stat->attributes |= STATX_ATTR_COMPRESSED;
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dinode.c2047 STATX_ATTR_COMPRESSED | in gfs2_getattr()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dfile.c832 stat->attributes |= STATX_ATTR_COMPRESSED; in f2fs_getattr()
844 stat->attributes_mask |= (STATX_ATTR_COMPRESSED | in f2fs_getattr()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dinode.c5650 stat->attributes |= STATX_ATTR_COMPRESSED; in ext4_getattr()
5661 STATX_ATTR_COMPRESSED | in ext4_getattr()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dinode.c8879 stat->attributes |= STATX_ATTR_COMPRESSED; in btrfs_getattr()
8886 STATX_ATTR_COMPRESSED | in btrfs_getattr()