Home
last modified time | relevance | path

Searched refs:fdnode (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/ufs/chfs/
H A Dchfs_malloc.c339 chfs_free_flash_dirent(struct chfs_flash_dirent_node *fdnode) in chfs_free_flash_dirent() argument
341 pool_cache_put(chfs_flash_dirent_cache, fdnode); in chfs_free_flash_dirent()
355 chfs_free_flash_dnode(struct chfs_flash_data_node *fdnode) in chfs_free_flash_dnode() argument
357 pool_cache_put(chfs_flash_dnode_cache, fdnode); in chfs_free_flash_dnode()
H A Dchfs_gc.c1081 struct chfs_flash_data_node *fdnode; in chfs_gcollect_dnode() local
1099 fdnode = (struct chfs_flash_data_node *)data; in chfs_gcollect_dnode()
1100 fdnode->version = htole64(++ip->chvc->highest_version); in chfs_gcollect_dnode()
1101 fdnode->node_crc = htole32(crc32(0, (uint8_t *)fdnode, in chfs_gcollect_dnode()
1102 sizeof(*fdnode) - 4)); in chfs_gcollect_dnode()
/netbsd-src/sys/fs/udf/
H A Dudf_rename.c326 struct udf_node *fnode, *fdnode, *tnode, *tdnode; in udf_gro_rename() local
356 fdnode = VTOI(fdvp); in udf_gro_rename()
382 error = udf_dir_detach(tdnode->ump, fdnode, fnode, fcnp); in udf_gro_rename()
386 if ((fdnode != tdnode) && (fvp->v_type == VDIR)) { in udf_gro_rename()
398 udf_dir_attach(tdnode->ump, fdnode, fnode, &fvap, fcnp); in udf_gro_rename()
/netbsd-src/sys/fs/nilfs/
H A Dnilfs_vnops.c1293 struct nilfs_node *fnode, *fdnode, *tnode, *tdnode; in nilfs_rename() local
1307 fdnode = VTOI(fdvp); in nilfs_rename()
1312 if (fdnode != tdnode) { in nilfs_rename()
1350 if (fdnode != tdnode) { in nilfs_rename()
1367 error = nilfs_dir_detach(tdnode->ump, fdnode, fnode, fcnp); in nilfs_rename()
1372 if (fdnode != tdnode) in nilfs_rename()
/netbsd-src/sys/fs/tmpfs/
H A Dtmpfs_rename.c269 tmpfs_node_t *fdnode = VP_TO_TMPFS_DIR(fdvp); in tmpfs_gro_rename() local
318 tmpfs_dir_detach(fdnode, *fdep); in tmpfs_gro_rename()