Searched refs:z_unlinked (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_log.c462 if (zil_replaying(zilog, tx) || zp->z_unlinked)
537 if (zil_replaying(zilog, tx) || zp->z_unlinked)
563 if (zil_replaying(zilog, tx) || zp->z_unlinked)
627 if (zil_replaying(zilog, tx) || zp->z_unlinked)
H A Dzfs_dir.c225 if (dzp->z_unlinked) {
455 ASSERT(zp->z_unlinked);
495 * so we pull them back into core and set zp->z_unlinked.
503 * are already in the system marked z_unlinked.
508 zp->z_unlinked = B_TRUE;
673 xzp->z_unlinked = B_TRUE; /* mark xzp for deletion */
722 if (zp->z_unlinked) { /* no new links to unlinked zp */
862 zp->z_unlinked = B_TRUE;
H A Dzfs_znode.c195 nzp->z_unlinked = ozp->z_unlinked;
490 sharezp->z_unlinked = 0;
609 zp->z_unlinked ||
645 zp->z_unlinked = 0;
1145 if (zp->z_unlinked) {
1253 zp->z_unlinked = (zp->z_links == 0);
1320 if (zp->z_unlinked) {
1813 rootzp->z_unlinked = 0;
H A Dzfs_vnops.c1066 if (zp->z_unlinked) {
1793 xzp->z_unlinked = 1;
2235 if ((*eofp = zp->z_unlinked) != 0) {
4418 if (zp->z_atime_dirty && zp->z_unlinked == 0) {
H A Dzfs_vfsops.c1984 if (zp->z_unlinked || zp_gen != fid_gen) {
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_znode.h181 uint8_t z_unlinked; /* file has been unlinked */ member in struct:znode

Completed in 65 milliseconds