Searched refs:FS_COMPR_FL (Results 1 – 6 of 6) sorted by relevance
28 #ifndef FS_COMPR_FL29 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
128 #ifndef FS_COMPR_FL129 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
217 if (flag & FS_COMPR_FL) { in do_getflags()289 flag |= FS_COMPR_FL; in do_setflags()
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()
240 #define FS_COMPR_FL 0x00000004 /* Compress file */ macro
104 {"Compression_Requested", FS_COMPR_FL, 'c'},