Searched refs:FS_COMPR_FL (Results 1 – 8 of 8) sorted by relevance
28 #ifndef FS_COMPR_FL29 #define FS_COMPR_FL 0x00000004 /* Compress 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()
184 #ifndef FS_COMPR_FL185 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
239 if (flag & FS_COMPR_FL) { in do_getflags()318 flag |= FS_COMPR_FL; in do_setflags()
240 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
104 {"Compression_Requested", FS_COMPR_FL, 'c'},
198 pub const FS_COMPR_FL: ::std::os::raw::c_uint = 4; constant
2278 #ifdef FS_COMPR_FL2279 { "FS_COMPR_FL", (unsigned long) FS_COMPR_FL },