Home
last modified time | relevance | path

Searched refs:FS_IMMUTABLE_FL (Results 1 – 12 of 12) sorted by relevance

/linux/tools/testing/selftests/efivarfs/
H A Dopen-unlink.c33 flags |= FS_IMMUTABLE_FL; in set_immutable()
35 flags &= ~FS_IMMUTABLE_FL; in set_immutable()
63 if (flags & FS_IMMUTABLE_FL) in get_immutable()
/linux/fs/ubifs/
H A Dioctl.c23 FS_IMMUTABLE_FL | FS_DIRSYNC_FL)
70 if (ioctl_flags & FS_IMMUTABLE_FL) in ioctl2ubifs()
96 ioctl_flags |= FS_IMMUTABLE_FL; in ubifs2ioctl()
/linux/fs/jfs/
H A Dioctl.c38 {JFS_IMMUTABLE_FL, FS_IMMUTABLE_FL},
/linux/fs/orangefs/
H A Dprotocol.h129 #define ORANGEFS_IMMUTABLE_FL FS_IMMUTABLE_FL
H A Dinode.c952 (fa->flags & ~(FS_IMMUTABLE_FL | FS_APPEND_FL | FS_NOATIME_FL | ORANGEFS_MIRROR_FL))) { in orangefs_fileattr_set()
/linux/tools/include/uapi/linux/
H A Dfs.h277 #define FS_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfs.h372 #define FS_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro
/linux/fs/ntfs3/
H A Dfile.c110 flags |= FS_IMMUTABLE_FL; in ntfs_fileattr_get()
147 if (flags & ~(FS_IMMUTABLE_FL | FS_APPEND_FL | FS_NODUMP_FL)) in ntfs_fileattr_set()
150 if (flags & FS_IMMUTABLE_FL) in ntfs_fileattr_set()
/linux/fs/overlayfs/
H A Dinode.c711 fa->flags |= FS_IMMUTABLE_FL; in ovl_fileattr_prot_flags()
H A Dutil.c980 if (fa->flags & FS_IMMUTABLE_FL) { in ovl_set_protattr()
/linux/fs/gfs2/
H A Dfile.c134 {FS_IMMUTABLE_FL, GFS2_DIF_IMMUTABLE},
/linux/fs/btrfs/
H A Dioctl.c170 iflags |= FS_IMMUTABLE_FL; in btrfs_inode_flags_to_fsflags()
223 if (flags & ~(FS_IMMUTABLE_FL | FS_APPEND_FL | \ in check_fsflags()
315 if (fsflags & FS_IMMUTABLE_FL) in btrfs_fileattr_set()