Home | History | Annotate | Download | only in linux

Lines Matching defs:S_APPEND

237 #define S_APPEND	4	/* Append-only file */
274 #define IS_APPEND(inode) ((inode)->i_flags & S_APPEND)