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

  /src/usr.bin/fstat/
zfs_znode.h 79 uint8_t z_unlinked; /* file has been unlinked */ member in struct:znode
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_dir.c 146 if (dzp->z_unlinked && !(flag & ZXATTR))
167 ASSERT(!(*zpp)->z_unlinked);
184 if (dzp->z_unlinked)
207 if (dzp->z_unlinked)
243 ASSERT(zp->z_unlinked);
283 * so we pull them back into core and set zp->z_unlinked.
291 * are already in the system marked z_unlinked.
297 zp->z_unlinked = B_TRUE;
462 xzp->z_unlinked = B_TRUE; /* mark xzp for deletion */
518 if (zp->z_unlinked) { /* no new links to unlinked zp *
    [all...]
zfs_log.c 470 if (zil_replaying(zilog, tx) || zp->z_unlinked)
532 if (zil_replaying(zilog, tx) || zp->z_unlinked)
558 if (zil_replaying(zilog, tx) || zp->z_unlinked)
622 if (zil_replaying(zilog, tx) || zp->z_unlinked)
zfs_znode.c 199 nzp->z_unlinked = ozp->z_unlinked;
498 sharezp->z_unlinked = 0;
592 zp->z_unlinked ||
660 zp->z_unlinked = 0;
1531 zp->z_unlinked = (zp->z_links == 0);
1582 if (zp->z_unlinked) {
2085 rootzp->z_unlinked = 0;
zfs_vnops.c 1512 if (zp->z_unlinked) {
2756 if ((*eofp = zp->z_unlinked) != 0) {
3033 if (!zp->z_unlinked)
4198 ASSERT(!zp->z_unlinked);
4877 if (zp->z_unlinked) {
4886 if (zp->z_atime_dirty && zp->z_unlinked == 0) {
5937 if (zp->z_unlinked) {
5946 if (zp->z_atime_dirty && zp->z_unlinked == 0) {
zfs_vfsops.c 346 if (zp->z_unlinked || zp_gen != fid_gen) {
2488 if (err == 0 && zp->z_unlinked) {
2628 if (zp->z_unlinked || zp_gen != fid_gen) {
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zfs_znode.h 198 uint8_t z_unlinked; /* file has been unlinked */ member in struct:znode

Completed in 30 milliseconds