Home
last modified time | relevance | path

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

12

/linux-6.12.1/tools/testing/selftests/efivarfs/
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-6.12.1/fs/efivarfs/
Dinode.c163 flags |= FS_IMMUTABLE_FL; in efivarfs_fileattr_get()
179 if (fa->flags & ~FS_IMMUTABLE_FL) in efivarfs_fileattr_set()
182 if (fa->flags & FS_IMMUTABLE_FL) in efivarfs_fileattr_set()
/linux-6.12.1/fs/ubifs/
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-6.12.1/include/linux/
Dfileattr.h8 (FS_SYNC_FL | FS_IMMUTABLE_FL | FS_APPEND_FL | \
Dshmem_fs.h47 (FS_IMMUTABLE_FL | FS_APPEND_FL | FS_NODUMP_FL | FS_NOATIME_FL)
/linux-6.12.1/fs/bcachefs/
Dfs-ioctl.h18 [__BCH_INODE_immutable] = FS_IMMUTABLE_FL,
/linux-6.12.1/fs/jfs/
Dioctl.c38 {JFS_IMMUTABLE_FL, FS_IMMUTABLE_FL},
/linux-6.12.1/fs/hfsplus/
Dinode.c664 flags |= FS_IMMUTABLE_FL; in hfsplus_fileattr_get()
686 if (fa->flags & ~(FS_IMMUTABLE_FL|FS_APPEND_FL|FS_NODUMP_FL)) in hfsplus_fileattr_set()
689 if (fa->flags & FS_IMMUTABLE_FL) in hfsplus_fileattr_set()
/linux-6.12.1/fs/orangefs/
Dprotocol.h129 #define ORANGEFS_IMMUTABLE_FL FS_IMMUTABLE_FL
Dinode.c945 (fa->flags & ~(FS_IMMUTABLE_FL | FS_APPEND_FL | FS_NOATIME_FL | ORANGEFS_MIRROR_FL))) { in orangefs_fileattr_set()
/linux-6.12.1/fs/
Dioctl.c471 fa->flags |= FS_IMMUTABLE_FL; in fileattr_fill_xflags()
502 if (fa->flags & FS_IMMUTABLE_FL) in fileattr_fill_flags()
595 if ((fa->flags ^ old_ma->flags) & (FS_APPEND_FL | FS_IMMUTABLE_FL) && in fileattr_set_prepare()
/linux-6.12.1/tools/include/uapi/linux/
Dfs.h268 #define FS_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/
Dfs.h268 #define FS_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro
/linux-6.12.1/include/uapi/linux/
Dfs.h268 #define FS_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro
/linux-6.12.1/fs/ntfs3/
Dfile.c62 flags |= FS_IMMUTABLE_FL; in ntfs_fileattr_get()
92 if (flags & ~(FS_IMMUTABLE_FL | FS_APPEND_FL | FS_COMPR_FL)) in ntfs_fileattr_set()
95 if (flags & FS_IMMUTABLE_FL) in ntfs_fileattr_set()
/linux-6.12.1/fs/nilfs2/
Dnilfs.h241 FS_IMMUTABLE_FL | FS_APPEND_FL | FS_NODUMP_FL | FS_NOATIME_FL |\
Dinode.c413 if (flags & FS_IMMUTABLE_FL) in nilfs_set_inode_flags()
/linux-6.12.1/fs/ext2/
Dext2.h227 #define EXT2_IMMUTABLE_FL FS_IMMUTABLE_FL /* Immutable file */
/linux-6.12.1/fs/ocfs2/
Docfs2_fs.h243 #define OCFS2_IMMUTABLE_FL FS_IMMUTABLE_FL /* Immutable file */
Dioctl.c115 if ((flags ^ oldflags) & (FS_APPEND_FL | FS_IMMUTABLE_FL) && in ocfs2_fileattr_set()
/linux-6.12.1/fs/overlayfs/
Doverlayfs.h821 #define OVL_PROT_FS_FLAGS_MASK (FS_APPEND_FL | FS_IMMUTABLE_FL)
Dinode.c705 fa->flags |= FS_IMMUTABLE_FL; in ovl_fileattr_prot_flags()
Dutil.c964 if (fa->flags & FS_IMMUTABLE_FL) { in ovl_set_protattr()
/linux-6.12.1/fs/xfs/
Dxfs_ioctl.c694 if (fa->flags & ~(FS_IMMUTABLE_FL | FS_APPEND_FL | in xfs_fileattr_set()
/linux-6.12.1/fs/btrfs/
Dioctl.c144 iflags |= FS_IMMUTABLE_FL; in btrfs_inode_flags_to_fsflags()
198 if (flags & ~(FS_IMMUTABLE_FL | FS_APPEND_FL | \ in check_fsflags()
290 if (fsflags & FS_IMMUTABLE_FL) in btrfs_fileattr_set()

12