Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dstat.h31 STATX_ATTR_IMMUTABLE | \
38 (STATX_ATTR_IMMUTABLE | \
/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h184 #define STATX_ATTR_IMMUTABLE 0x00000010 /* [I] File is marked immutable */ macro
/openbmc/linux/include/uapi/linux/
H A Dstat.h184 #define STATX_ATTR_IMMUTABLE 0x00000010 /* [I] File is marked immutable */ macro
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/
H A D0002-Add-missing-STATX_ATTR_-defines-from-musl-sys-stat.h.patch27 +#define STATX_ATTR_IMMUTABLE 0x00000010 /* [I] File is marked immutable */
/openbmc/linux/fs/erofs/
H A Dinode.c368 stat->attributes |= STATX_ATTR_IMMUTABLE; in erofs_getattr()
370 STATX_ATTR_IMMUTABLE); in erofs_getattr()
/openbmc/linux/fs/hfsplus/
H A Dinode.c294 stat->attributes |= STATX_ATTR_IMMUTABLE; in hfsplus_getattr()
298 stat->attributes_mask |= STATX_ATTR_APPEND | STATX_ATTR_IMMUTABLE | in hfsplus_getattr()
/openbmc/linux/fs/xfs/
H A Dxfs_iops.c597 stat->attributes |= STATX_ATTR_IMMUTABLE; in xfs_vn_getattr()
603 stat->attributes_mask |= (STATX_ATTR_IMMUTABLE | in xfs_vn_getattr()
/openbmc/linux/fs/ext2/
H A Dinode.c1626 stat->attributes |= STATX_ATTR_IMMUTABLE; in ext2_getattr()
1632 STATX_ATTR_IMMUTABLE | in ext2_getattr()
/openbmc/linux/fs/ubifs/
H A Ddir.c1652 stat->attributes |= STATX_ATTR_IMMUTABLE; in ubifs_getattr()
1657 STATX_ATTR_IMMUTABLE); in ubifs_getattr()
/openbmc/linux/fs/
H A Dstat.c85 stat->attributes |= STATX_ATTR_IMMUTABLE; in generic_fill_statx_attr()
/openbmc/linux/fs/gfs2/
H A Dinode.c2081 stat->attributes |= STATX_ATTR_IMMUTABLE; in gfs2_getattr()
2086 STATX_ATTR_IMMUTABLE | in gfs2_getattr()
/openbmc/linux/mm/
H A Dshmem.c1155 stat->attributes |= STATX_ATTR_IMMUTABLE; in shmem_getattr()
1159 STATX_ATTR_IMMUTABLE | in shmem_getattr()
/openbmc/linux/fs/f2fs/
H A Dfile.c906 stat->attributes |= STATX_ATTR_IMMUTABLE; in f2fs_getattr()
915 STATX_ATTR_IMMUTABLE | in f2fs_getattr()
/openbmc/linux/fs/ext4/
H A Dinode.c5596 stat->attributes |= STATX_ATTR_IMMUTABLE; in ext4_getattr()
5605 STATX_ATTR_IMMUTABLE | in ext4_getattr()
/openbmc/linux/fs/btrfs/
H A Dinode.c8710 stat->attributes |= STATX_ATTR_IMMUTABLE; in btrfs_getattr()
8718 STATX_ATTR_IMMUTABLE | in btrfs_getattr()