Home
last modified time | relevance | path

Searched refs:BTRFS_INODE_IMMUTABLE (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/uapi/linux/
H A Dbtrfs_tree.h421 #define BTRFS_INODE_IMMUTABLE (1U << 6) macro
437 BTRFS_INODE_IMMUTABLE | \
/linux-6.15/fs/btrfs/
H A Dioctl.c144 if (flags & BTRFS_INODE_IMMUTABLE) in btrfs_inode_flags_to_fsflags()
176 if (inode->flags & BTRFS_INODE_IMMUTABLE) in btrfs_sync_inode_flags_to_i_flags()
290 inode_flags |= BTRFS_INODE_IMMUTABLE; in btrfs_fileattr_set()
292 inode_flags &= ~BTRFS_INODE_IMMUTABLE; in btrfs_fileattr_set()
H A Dinode.c7931 if (bi_flags & BTRFS_INODE_IMMUTABLE) in btrfs_getattr()