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

/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_dir.c712 int zp_is_dir = (vp->v_type == VDIR); local
749 dzp->z_links += zp_is_dir;
814 int zp_is_dir = (vp->v_type == VDIR); local
834 if (zp_is_dir && !zfs_dirempty(zp)) {
856 if (zp->z_links <= zp_is_dir) {
860 zp_is_dir + 1);
861 zp->z_links = zp_is_dir + 1;
863 if (--zp->z_links == zp_is_dir) {
890 dzp->z_links -= zp_is_dir; /* ".." link from zp */

Completed in 41 milliseconds