Searched refs:FS_APPEND_FL (Results 1 – 7 of 7) sorted by relevance
36 #ifndef FS_APPEND_FL37 #define FS_APPEND_FL 0x00000020 /* writes to file may only append */ 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()
112 fsfl = FS_APPEND_FL; in fsetflag()
243 #define FS_APPEND_FL 0x00000020 /* writes to file may only append */ macro
101 {"Append_Only", FS_APPEND_FL, 'a'},
201 pub const FS_APPEND_FL: ::std::os::raw::c_uint = 32; constant
2266 #ifdef FS_APPEND_FL2267 { "FS_APPEND_FL", (unsigned long) FS_APPEND_FL },