Searched refs:F2FS_IMMUTABLE_FL (Results 1 – 4 of 4) sorted by relevance
45 if (flags & F2FS_IMMUTABLE_FL) in f2fs_set_inode_flags()
2789 F2FS_I(inode)->i_flags |= F2FS_NOATIME_FL | F2FS_IMMUTABLE_FL; in f2fs_quota_on()2814 F2FS_I(inode)->i_flags &= ~(F2FS_NOATIME_FL | F2FS_IMMUTABLE_FL); in __f2fs_quota_off()
880 if (flags & F2FS_IMMUTABLE_FL) in f2fs_getattr()1960 { F2FS_IMMUTABLE_FL, FS_IMMUTABLE_FL },
2964 #define F2FS_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro