Searched refs:DIRFS_NOFD (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/sys/vfs/dirfs/ |
| HD | dirfs_subr.c | 83 dnp->dn_fd = DIRFS_NOFD; in dirfs_node_alloc() 138 if (dnp->dn_fd != DIRFS_NOFD) { in dirfs_node_free() 142 dnp->dn_fd = DIRFS_NOFD; in dirfs_node_free() 342 if (fd == DIRFS_NOFD) in dirfs_node_stat() 470 while (dnp1 == cur || dnp1->dn_fd == DIRFS_NOFD) { in dirfs_findfd() 594 KKASSERT(parentfd != DIRFS_NOFD); in dirfs_open_helper() 595 } else if (parentfd == DIRFS_NOFD) { in dirfs_open_helper() 624 if (dnp->dn_fd != DIRFS_NOFD) { in dirfs_close_helper() 629 dnp->dn_fd = DIRFS_NOFD; in dirfs_close_helper() 664 dirfs_node_stat(DIRFS_NOFD, tmp, dnp); in dirfs_node_chtimes() [all …]
|
| HD | dirfs_vnops.c | 285 if (dmp->dm_root != dnp && dnp->dn_fd == DIRFS_NOFD) { in dirfs_open() 286 error = dirfs_open_helper(dmp, dnp, DIRFS_NOFD, NULL); in dirfs_open() 391 KKASSERT(pathnp->dn_fd != DIRFS_NOFD); in dirfs_getattr() 396 error = dirfs_node_stat(DIRFS_NOFD, dmp->dm_path, dnp); in dirfs_getattr() 588 if (dnp->dn_fd != DIRFS_NOFD) { in dirfs_fsync() 806 if (dnp->dn_fd == DIRFS_NOFD) { in dirfs_strategy() 843 dirfs_node_stat(DIRFS_NOFD, tmp, dnp); in dirfs_strategy() 1050 if (pdnp->dn_fd != DIRFS_NOFD) { in dirfs_nmkdir()
|
| HD | dirfs.h | 57 #define DIRFS_NOFD -1 /* No fd present */ macro
|
| HD | dirfs_vfsops.c | 241 error = dirfs_node_stat(DIRFS_NOFD, dmp->dm_path, dnp); in dirfs_root()
|