Searched refs:STATX_ATTR_IMMUTABLE (Results 1 - 15 of 15) sorted by relevance

/linux-master/include/linux/
H A Dstat.h31 STATX_ATTR_IMMUTABLE | \
38 (STATX_ATTR_IMMUTABLE | \
/linux-master/include/uapi/linux/
H A Dstat.h185 #define STATX_ATTR_IMMUTABLE 0x00000010 /* [I] File is marked immutable */ macro
/linux-master/tools/include/uapi/linux/
H A Dstat.h185 #define STATX_ATTR_IMMUTABLE 0x00000010 /* [I] File is marked immutable */ macro
/linux-master/fs/erofs/
H A Dinode.c341 stat->attributes |= STATX_ATTR_IMMUTABLE;
343 STATX_ATTR_IMMUTABLE);
/linux-master/fs/hfsplus/
H A Dinode.c290 stat->attributes |= STATX_ATTR_IMMUTABLE;
294 stat->attributes_mask |= STATX_ATTR_APPEND | STATX_ATTR_IMMUTABLE |
/linux-master/fs/xfs/
H A Dxfs_iops.c597 stat->attributes |= STATX_ATTR_IMMUTABLE;
603 stat->attributes_mask |= (STATX_ATTR_IMMUTABLE |
/linux-master/fs/ext2/
H A Dinode.c1625 stat->attributes |= STATX_ATTR_IMMUTABLE;
1631 STATX_ATTR_IMMUTABLE |
/linux-master/fs/gfs2/
H A Dinode.c2082 stat->attributes |= STATX_ATTR_IMMUTABLE;
2087 STATX_ATTR_IMMUTABLE |
/linux-master/fs/ubifs/
H A Ddir.c1662 stat->attributes |= STATX_ATTR_IMMUTABLE;
1667 STATX_ATTR_IMMUTABLE);
/linux-master/fs/
H A Dstat.c85 stat->attributes |= STATX_ATTR_IMMUTABLE;
/linux-master/fs/bcachefs/
H A Dfs.c850 stat->attributes |= STATX_ATTR_IMMUTABLE;
851 stat->attributes_mask |= STATX_ATTR_IMMUTABLE;
/linux-master/mm/
H A Dshmem.c1139 stat->attributes |= STATX_ATTR_IMMUTABLE;
1143 STATX_ATTR_IMMUTABLE |
/linux-master/fs/ext4/
H A Dinode.c5547 stat->attributes |= STATX_ATTR_IMMUTABLE;
5556 STATX_ATTR_IMMUTABLE |
/linux-master/fs/f2fs/
H A Dfile.c887 stat->attributes |= STATX_ATTR_IMMUTABLE;
896 STATX_ATTR_IMMUTABLE |
/linux-master/fs/btrfs/
H A Dinode.c8779 stat->attributes |= STATX_ATTR_IMMUTABLE;
8787 STATX_ATTR_IMMUTABLE |

Completed in 518 milliseconds