HomeSort by: relevance | last modified time | path
    Searched defs:tnode (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/udf/
udf_rename.c 326 struct udf_node *fnode, *fdnode, *tnode, *tdnode; local in function:udf_gro_rename
357 tnode = (tvp == NULL) ? NULL : VTOI(tvp);
367 udf_dir_detach(tdnode->ump, tdnode, tnode, tcnp);
368 if (tnode->fe) {
369 *tvp_nlinkp = udf_rw16(tnode->fe->link_cnt);
371 KASSERT(tnode->efe != NULL);
372 *tvp_nlinkp = udf_rw16(tnode->efe->link_cnt);
  /src/sys/fs/tmpfs/
tmpfs_vnops.c 139 tmpfs_node_t *dnode, *tnode; local in function:tmpfs_lookup
253 tnode = de->td_node;
260 if (!lastcn && tnode->tn_type != VDIR && tnode->tn_type != VLNK) {
273 KAUTH_VNODE_DELETE, tnode->tn_vnode,
275 dnode->tn_uid, tnode->tn_uid));
284 error = vcache_get(dvp->v_mount, &tnode, sizeof(tnode), vpp);
  /src/sys/fs/nilfs/
nilfs_vnops.c 692 ("\tnode retrieved/created OK\n"));
1293 struct nilfs_node *fnode, *fdnode, *tnode, *tdnode; local in function:nilfs_rename
1308 tnode = (tvp == NULL) ? NULL : VTOI(tvp);
1359 nilfs_dir_detach(tdnode->ump, tdnode, tnode, tcnp);
  /src/usr.bin/xlint/lint1/
lint1.h 281 struct tnode *func;
282 struct tnode **args;
287 typedef struct tnode tnode_t;
290 struct tnode { struct

Completed in 14 milliseconds