Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/
H A D0002-Add-missing-STATX_ATTR_-defines-from-musl-sys-stat.h.patch25 +#ifndef STATX_ATTR_COMPRESSED
26 +#define STATX_ATTR_COMPRESSED 0x00000004 /* [I] File is compressed by the fs */
/openbmc/linux/include/linux/
H A Dstat.h30 (STATX_ATTR_COMPRESSED | \
/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h183 #define STATX_ATTR_COMPRESSED 0x00000004 /* [I] File is compressed by the fs */ macro
/openbmc/linux/include/uapi/linux/
H A Dstat.h183 #define STATX_ATTR_COMPRESSED 0x00000004 /* [I] File is compressed by the fs */ macro
/openbmc/linux/fs/erofs/
H A Dinode.c366 stat->attributes |= STATX_ATTR_COMPRESSED; in erofs_getattr()
369 stat->attributes_mask |= (STATX_ATTR_COMPRESSED | in erofs_getattr()
/openbmc/linux/fs/ntfs3/
H A Dfile.c81 stat->attributes |= STATX_ATTR_COMPRESSED; in ntfs_getattr()
86 stat->attributes_mask |= STATX_ATTR_COMPRESSED | STATX_ATTR_ENCRYPTED; in ntfs_getattr()
/openbmc/linux/fs/ext2/
H A Dinode.c1624 stat->attributes |= STATX_ATTR_COMPRESSED; in ext2_getattr()
1630 STATX_ATTR_COMPRESSED | in ext2_getattr()
/openbmc/linux/fs/ubifs/
H A Ddir.c1648 stat->attributes |= STATX_ATTR_COMPRESSED; in ubifs_getattr()
1655 STATX_ATTR_COMPRESSED | in ubifs_getattr()
/openbmc/linux/fs/smb/client/
H A Dinode.c2667 stat->attributes_mask |= (STATX_ATTR_COMPRESSED | STATX_ATTR_ENCRYPTED);
2669 stat->attributes |= STATX_ATTR_COMPRESSED;
/openbmc/linux/fs/gfs2/
H A Dinode.c2084 STATX_ATTR_COMPRESSED | in gfs2_getattr()
/openbmc/linux/fs/f2fs/
H A Dfile.c900 stat->attributes |= STATX_ATTR_COMPRESSED; in f2fs_getattr()
912 stat->attributes_mask |= (STATX_ATTR_COMPRESSED | in f2fs_getattr()
/openbmc/linux/fs/ext4/
H A Dinode.c5592 stat->attributes |= STATX_ATTR_COMPRESSED; in ext4_getattr()
5603 STATX_ATTR_COMPRESSED | in ext4_getattr()
/openbmc/linux/fs/btrfs/
H A Dinode.c8708 stat->attributes |= STATX_ATTR_COMPRESSED; in btrfs_getattr()
8717 STATX_ATTR_COMPRESSED | in btrfs_getattr()