Searched refs:FS_NODUMP_FL (Results 1 – 6 of 6) sorted by relevance
40 #ifndef FS_NODUMP_FL41 #define FS_NODUMP_FL 0x00000040 /* do not dump 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()
244 #define FS_NODUMP_FL 0x00000040 /* do not dump file */ macro
102 {"No_Dump", FS_NODUMP_FL, 'd'},
202 pub const FS_NODUMP_FL: ::std::os::raw::c_uint = 64; constant
2551 #ifdef FS_NODUMP_FL2552 { "FS_NODUMP_FL", (unsigned long) FS_NODUMP_FL },