Searched refs:F2FS_IMMUTABLE_FL (Results 1 – 4 of 4) sorted by relevance
803 if (flags & F2FS_IMMUTABLE_FL) in f2fs_getattr()1864 { F2FS_IMMUTABLE_FL, FS_IMMUTABLE_FL },3082 { F2FS_IMMUTABLE_FL, FS_XFLAG_IMMUTABLE },3528 F2FS_I(inode)->i_flags |= F2FS_IMMUTABLE_FL; in f2fs_release_compress_blocks()3729 F2FS_I(inode)->i_flags &= ~F2FS_IMMUTABLE_FL; in f2fs_reserve_compress_blocks()
41 if (flags & F2FS_IMMUTABLE_FL) in f2fs_set_inode_flags()
2281 F2FS_I(inode)->i_flags |= F2FS_NOATIME_FL | F2FS_IMMUTABLE_FL; in f2fs_quota_on()2306 F2FS_I(inode)->i_flags &= ~(F2FS_NOATIME_FL | F2FS_IMMUTABLE_FL); in __f2fs_quota_off()
2627 #define F2FS_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro