Searched refs:tn_flags (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sys/fs/tmpfs/ |
| D | tmpfs_subr.c | 232 node->tn_flags = 0; in tmpfs_newvnode() 437 node->tn_flags |= UF_OPAQUE; in tmpfs_construct_node() 975 if ((flags & SF_SETTABLE) != (node->tn_flags & SF_SETTABLE)) { in tmpfs_chflags() 984 if (node->tn_flags & (SF_IMMUTABLE | SF_APPEND)) { in tmpfs_chflags() 1004 node->tn_flags &= SF_SETTABLE; in tmpfs_chflags() 1005 node->tn_flags |= (flags & UF_SETTABLE); in tmpfs_chflags() 1007 node->tn_flags = flags; in tmpfs_chflags() 1029 if (node->tn_flags & (IMMUTABLE | APPEND)) in tmpfs_chmod() 1071 if (node->tn_flags & (IMMUTABLE | APPEND)) in tmpfs_chown() 1122 if (node->tn_flags & (IMMUTABLE | APPEND)) { in tmpfs_chsize() [all …]
|
| D | tmpfs_rename.c | 161 VP_TO_TMPFS_NODE(fdvp)->tn_flags, VP_TO_TMPFS_NODE(fvp)->tn_flags, in tmpfs_gro_rename_check_possible() 162 VP_TO_TMPFS_NODE(tdvp)->tn_flags, in tmpfs_gro_rename_check_possible() 163 (tvp? VP_TO_TMPFS_NODE(tvp)->tn_flags : 0), (tvp != NULL), in tmpfs_gro_rename_check_possible() 229 VP_TO_TMPFS_NODE(dvp)->tn_flags, VP_TO_TMPFS_NODE(vp)->tn_flags, in tmpfs_gro_remove_check_possible()
|
| D | tmpfs_vnops.c | 356 if ((node->tn_flags & APPEND) != 0 && in tmpfs_open() 410 if (writing && (node->tn_flags & IMMUTABLE) != 0) { in tmpfs_access() 443 vap->va_flags = node->tn_flags; in tmpfs_getattr() 715 if (node->tn_flags & (IMMUTABLE | APPEND)) { in tmpfs_remove() 719 if (dnode->tn_flags & APPEND) { in tmpfs_remove() 801 if (node->tn_flags & (IMMUTABLE | APPEND)) { in tmpfs_link() 903 if (dnode->tn_flags & APPEND || node->tn_flags & (IMMUTABLE | APPEND)) { in tmpfs_rmdir() 1366 node, node->tn_flags, node->tn_links, node->tn_mode, node->tn_uid, in tmpfs_print()
|
| D | tmpfs.h | 113 int tn_flags; member
|