Home
last modified time | relevance | path

Searched refs:FS_APPEND_FL (Results 1 – 5 of 5) sorted by relevance

/external/ltp/include/lapi/
Dfs.h30 #ifndef FS_APPEND_FL
31 #define FS_APPEND_FL 0x00000020 /* writes to file may only append */ macro
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx04.c138 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()
/external/ltp/testcases/kernel/syscalls/setxattr/
Dsetxattr03.c149 fsfl = FS_APPEND_FL; in fsetflag()
/external/kernel-headers/original/uapi/linux/
Dfs.h291 #define FS_APPEND_FL 0x00000020 /* writes to file may only append */ macro
/external/toybox/toys/other/
Dlsattr.c71 {"Append_Only", FS_APPEND_FL, 'a'}, // writes to file may only append