Searched refs:F2FS_IMMUTABLE_FL (Results 1 – 4 of 4) sorted by relevance
715 if (flags & F2FS_IMMUTABLE_FL) in f2fs_getattr()1656 if ((flags ^ oldflags) & (F2FS_APPEND_FL | F2FS_IMMUTABLE_FL)) in __f2fs_ioc_setflags()2682 if (iflags & F2FS_IMMUTABLE_FL) in f2fs_iflags_to_xflags()2707 iflags |= F2FS_IMMUTABLE_FL; in f2fs_xflags_to_iflags()
43 if (flags & F2FS_IMMUTABLE_FL) in f2fs_set_inode_flags()
1838 F2FS_I(inode)->i_flags |= F2FS_NOATIME_FL | F2FS_IMMUTABLE_FL; in f2fs_quota_on()1862 F2FS_I(inode)->i_flags &= ~(F2FS_NOATIME_FL | F2FS_IMMUTABLE_FL); in f2fs_quota_off()
2210 #define F2FS_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro2239 F2FS_IMMUTABLE_FL | \