Searched refs:STATX_ATTR_COMPRESSED (Results 1 - 12 of 12) sorted by relevance

/linux-master/include/linux/
H A Dstat.h30 (STATX_ATTR_COMPRESSED | \
/linux-master/include/uapi/linux/
H A Dstat.h184 #define STATX_ATTR_COMPRESSED 0x00000004 /* [I] File is compressed by the fs */ macro
/linux-master/tools/include/uapi/linux/
H A Dstat.h184 #define STATX_ATTR_COMPRESSED 0x00000004 /* [I] File is compressed by the fs */ macro
/linux-master/fs/erofs/
H A Dinode.c339 stat->attributes |= STATX_ATTR_COMPRESSED;
342 stat->attributes_mask |= (STATX_ATTR_COMPRESSED |
/linux-master/fs/ntfs3/
H A Dfile.c81 stat->attributes |= STATX_ATTR_COMPRESSED;
86 stat->attributes_mask |= STATX_ATTR_COMPRESSED | STATX_ATTR_ENCRYPTED;
/linux-master/fs/ext2/
H A Dinode.c1623 stat->attributes |= STATX_ATTR_COMPRESSED;
1629 STATX_ATTR_COMPRESSED |
/linux-master/fs/ubifs/
H A Ddir.c1658 stat->attributes |= STATX_ATTR_COMPRESSED;
1665 STATX_ATTR_COMPRESSED |
/linux-master/fs/gfs2/
H A Dinode.c2085 STATX_ATTR_COMPRESSED |
/linux-master/fs/smb/client/
H A Dinode.c2654 stat->attributes_mask |= (STATX_ATTR_COMPRESSED | STATX_ATTR_ENCRYPTED);
2656 stat->attributes |= STATX_ATTR_COMPRESSED;
/linux-master/fs/ext4/
H A Dinode.c5543 stat->attributes |= STATX_ATTR_COMPRESSED;
5554 STATX_ATTR_COMPRESSED |
/linux-master/fs/f2fs/
H A Dfile.c881 stat->attributes |= STATX_ATTR_COMPRESSED;
893 stat->attributes_mask |= (STATX_ATTR_COMPRESSED |
/linux-master/fs/btrfs/
H A Dinode.c8777 stat->attributes |= STATX_ATTR_COMPRESSED;
8786 STATX_ATTR_COMPRESSED |

Completed in 287 milliseconds