Searched defs:zp_is_dir (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_dir.c713 int zp_is_dir = (vp->v_type == VDIR); local
750 dzp->z_links += zp_is_dir;
815 int zp_is_dir = (vp->v_type == VDIR); local
835 if (zp_is_dir && !zfs_dirempty(zp)) {
853 if (zp->z_links <= zp_is_dir) {
858 zp_is_dir + 1);
859 zp->z_links = zp_is_dir + 1;
861 if (--zp->z_links == zp_is_dir) {
888 dzp->z_links -= zp_is_dir; /* ".." link from zp */

Completed in 46 milliseconds