Searched refs:FS_IMMUTABLE_FL (Results 1 – 8 of 8) sorted by relevance
33 flags |= FS_IMMUTABLE_FL; in set_immutable()35 flags &= ~FS_IMMUTABLE_FL; in set_immutable()63 if (flags & FS_IMMUTABLE_FL) in get_immutable()
26 #ifndef FS_IMMUTABLE_FL27 #define FS_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro
138 attr |= FS_COMPR_FL | FS_APPEND_FL | FS_IMMUTABLE_FL | FS_NODUMP_FL; in caid_flags_setup()167 attr &= ~(FS_COMPR_FL | FS_APPEND_FL | FS_IMMUTABLE_FL | FS_NODUMP_FL); in cleanup()
147 fsfl = FS_IMMUTABLE_FL; in fsetflag()
290 #define FS_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro
70 {"Immutable", FS_IMMUTABLE_FL, 'i'}, // Immutable file
563 #define FS_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro
1267 raw_node->i.i_flags = FS_IMMUTABLE_FL; in f2fs_write_qf_inode()