HomeSort by: relevance | last modified time | path
    Searched refs:tn_mode (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/fstat/
tmpfs.c 66 fsp->mode = tn.tn_mode | getftype(vp->v_type);
  /src/sys/fs/tmpfs/
tmpfs_subr.c 152 KASSERT(node->tn_mode != VNOVAL);
153 cache_enter_id(vp, node->tn_mode, node->tn_uid, node->tn_gid, true);
253 node->tn_mode = vap->va_mode;
1037 node->tn_mode = (mode & ALLPERMS);
1039 cache_enter_id(vp, node->tn_mode, node->tn_uid, node->tn_gid, true);
1083 cache_enter_id(vp, node->tn_mode, node->tn_uid, node->tn_gid, true);
tmpfs_rename.c 199 fdvp, VP_TO_TMPFS_NODE(fdvp)->tn_mode,
202 tdvp, VP_TO_TMPFS_NODE(tdvp)->tn_mode,
255 dvp, VP_TO_TMPFS_NODE(dvp)->tn_mode, VP_TO_TMPFS_NODE(dvp)->tn_uid,
tmpfs_vfsops.c 120 args->ta_root_mode = root->tn_mode;
177 root->tn_mode = args->ta_root_mode;
tmpfs.h 112 mode_t tn_mode; member in struct:tmpfs_node
tmpfs_vnops.c 271 if ((dnode->tn_mode & S_ISTXT) != 0) {
415 vp->v_type, node->tn_mode), vp, NULL, genfs_can_access(vp, cred,
416 node->tn_uid, node->tn_gid, node->tn_mode, NULL, accmode));
434 vap->va_mode = node->tn_mode;
1366 node, node->tn_flags, node->tn_links, node->tn_mode, node->tn_uid,

Completed in 15 milliseconds