Searched refs:tn_flags (Results 1 – 3 of 3) sorted by relevance
133 nnode->tn_flags = 0; in tmpfs_alloc_node()957 if (node->tn_flags & (SF_IMMUTABLE | SF_APPEND) && in tmpfs_chflags()960 node->tn_flags = flags; in tmpfs_chflags()962 if (node->tn_flags & (SF_IMMUTABLE | SF_APPEND) || in tmpfs_chflags()965 node->tn_flags &= SF_SETTABLE; in tmpfs_chflags()966 node->tn_flags |= (flags & UF_SETTABLE); in tmpfs_chflags()991 if (node->tn_flags & (IMMUTABLE | APPEND)) in tmpfs_chmod()1039 if (node->tn_flags & (IMMUTABLE | APPEND)) in tmpfs_chown()1087 if (node->tn_flags & (IMMUTABLE | APPEND)) { in tmpfs_chsize()1113 if (node->tn_flags & (IMMUTABLE | APPEND)) in tmpfs_chtimes()
377 if ((node->tn_flags & APPEND) != 0 && in tmpfs_open()432 if (writing && (node->tn_flags & IMMUTABLE) != 0) { in tmpfs_access()468 vap->va_flags = node->tn_flags; in tmpfs_getattr()706 if (node->tn_flags & (IMMUTABLE | APPEND)) { in tmpfs_remove()715 if (dnode->tn_flags & APPEND) { in tmpfs_remove()780 if (node->tn_flags & (IMMUTABLE | APPEND)) { in tmpfs_link()888 if (dnode->tn_flags & APPEND || node->tn_flags & (IMMUTABLE | APPEND)) { in tmpfs_rmdir()2318 if ((fdnode->tn_flags | fnode->tn_flags) & (IMMUTABLE | APPEND)) in tmpfs_rename_check_possible()2326 if (tdnode->tn_flags & (IMMUTABLE | (tnode? APPEND : 0))) in tmpfs_rename_check_possible()2335 if ((tnode->tn_flags & (IMMUTABLE | APPEND)) != 0) in tmpfs_rename_check_possible()[all …]
117 int tn_flags; member