HomeSort by relevance Sort by last modified time
    Searched refs:v_count (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /onnv/onnv-gate/usr/src/uts/common/fs/doorfs/
door_vnops.c 126 * be multiple files pointing to this vnode in which case the v_count
131 if (count == 2 && vp->v_count == 1 &&
161 vap->va_nlink = vp->v_count; /* number of references to file */
186 ASSERT(vp->v_count == 1);
188 vp->v_count--;
218 ASSERT(dp->door_bound_threads > 0 && vp->v_count > 0);
230 if (--dp->door_bound_threads == 0 && vp->v_count == 0) {
232 vp->v_count++;
  /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/smbfs/
smbfs_subr2.c 330 if (vp->v_count > 1) {
331 vp->v_count--;
345 if (vp->v_count > 1) {
346 vp->v_count--;
466 ASSERT(vp->v_count >= 1);
484 if (vp->v_count > 1) {
485 vp->v_count--;
521 if (vp->v_count > 1) {
522 vp->v_count--;
542 if (vp->v_count > 1)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/objfs/
objfs_vfs.c 173 (mvp->v_count > 1 || (mvp->v_flag & VROOT)))
223 if (data->objfs_vfs_root->v_count > 1)
  /onnv/onnv-gate/usr/src/uts/common/fs/sharefs/
sharefs_vfsops.c 195 (mvp->v_count > 1 || (mvp->v_flag & VROOT)))
245 if (data->sharefs_vfs_root->v_count > 1)
  /onnv/onnv-gate/usr/src/uts/common/fs/ufs/
ufs_xattr.c 142 if (dirvp->v_count != 1 && datavp->v_count != 1) {
ufs_thread.c 267 if ((vp->v_count > 1) || (ip->i_mode == 0)) {
466 * ip is held (v_count >= 1)
680 * It must be guaranteed that v_count >= 2, otherwise
682 * That is why we use v_count-- instead of VN_RELE().
688 if (vp->v_count < 2)
692 vp->v_count--;
697 if (vp->v_count != 1 ||
703 * release our reference, if v_count > 1 data is
758 ASSERT(vp->v_count == 1);
ufs_filio.c 520 if (vp->v_count > 1)
528 ASSERT(vp->v_count > 0);
529 if ((vp->v_count == 1) && (VTOI(vp)->i_mapcnt == 0))
  /onnv/onnv-gate/usr/src/uts/common/fs/dev/
sdev_vfsops.c 215 (mvp->v_count > 1 || (mvp->v_flag & VROOT))) {
374 if (SDEVTOV(dv)->v_count > 1) {
388 /* verify the v_count */
392 ASSERT(SDEVTOV(dv)->v_count == 1);
491 SDEVTOV(mntinfo->sdev_root)->v_count++;
504 SDEVTOV(mntinfo->sdev_root)->v_count--;
sdev_ipnetops.c 183 if (SDEVTOV(dv)->v_count > 0)
sdev_subr.c 1007 if (vp->v_count > 1) {
1012 dv->sdev_name, vp->v_count));
1016 --vp->v_count;
1020 ASSERT(vp->v_count == 1);
1030 vp->v_count--;
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/brand/lx/procfs/
lx_prvfsops.c 244 (mvp->v_count > 1 || (mvp->v_flag & VROOT))) {
306 count = vp->v_count;
  /onnv/onnv-gate/usr/src/uts/common/fs/mntfs/
mntvfsops.c 212 (mvp->v_count > 1 || (mvp->v_flag & VROOT))) {
258 if (vp->v_count > 1 || mnt->mnt_nopen > 0) {
  /onnv/onnv-gate/usr/src/uts/common/fs/proc/
prvfsops.c 224 (mvp->v_count > 1 || (mvp->v_flag & VROOT))) {
277 if (vp->v_count > 1) {
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs4_shadow.c 305 if (vp->v_count > 1) {
306 vp->v_count--;
nfs4_rnode.c 598 if (vp->v_count > 1) {
599 vp->v_count--;
613 if (vp->v_count > 1) {
614 vp->v_count--;
711 ASSERT(vp->v_count == 1);
758 ASSERT(vp->v_count >= 1);
779 if (vp->v_count > 1) {
780 vp->v_count--;
821 if (vp->v_count > 1) {
822 vp->v_count--
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/udfs/
udf_inode.c 287 * thread may have beat us to this page so our v_count can
383 if (vp->v_count < 1) {
384 cmn_err(CE_WARN, "ud_iget: v_count < 1\n");
485 vp->v_count--;
967 if (vp->v_count < 1) {
968 cmn_err(CE_WARN, "ud_iinactive: v_count < 1\n");
971 if ((vp->v_count > 1) ||
973 vp->v_count--; /* release our hold from vn_rele */
1039 if (vp->v_count > 1) {
1040 vp->v_count--
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/lofs/
lofs_vfsops.c 183 (vp->v_count != 1 || (vp->v_flag & VROOT))) {
438 if (li->li_refct != 1 || li->li_rootvp->v_count != 1) {
441 li->li_rootvp->v_count);
  /onnv/onnv-gate/usr/src/uts/common/fs/fd/
fdops.c 311 ASSERT(vp->v_count >= 1);
312 if (--vp->v_count != 0) {
380 (mvp->v_count > 1 || (mvp->v_flag & VROOT))) {
427 if (rvp->v_count > 1)
448 * fdvrootp->v_count will be greater than 1 so fdunmount will just return.
  /onnv/onnv-gate/usr/src/uts/common/fs/pcfs/
pc_node.c 265 vp->v_count--; /* release our hold from vn_rele */
266 if (vp->v_count > 0) { /* Is this check still needed? */
706 if (vp->v_count > 0) {
738 if (vp->v_count > 0) {
  /onnv/onnv-gate/usr/src/uts/common/fs/tmpfs/
tmp_vfsops.c 254 (mvp->v_count != 1 || (mvp->v_flag & VROOT))) {
408 if (TNTOV(tnp)->v_count > 1) {
414 if ((vp = TNTOV(tnp))->v_count > 0) {
418 ASSERT(vp->v_count > 0);
461 * All links are gone, v_count is keeping nodes in place.
  /onnv/onnv-gate/usr/src/uts/common/fs/ctfs/
ctfs_root.c 234 (mvp->v_count > 1 || (mvp->v_flag & VROOT)))
307 if (data->ctvfs_root->v_count > 1)
  /onnv/onnv-gate/usr/src/uts/common/fs/autofs/
auto_subr.c     [all...]
auto_vfsops.c 203 ASSERT(vp->v_count == 1);
204 vp->v_count--;
719 if (rvp->v_count > 1 || rfnp->fn_dirents != NULL)
738 if (rvp->v_count > 1 || rfnp->fn_dirents != NULL) {
754 ASSERT(rvp->v_count == 1);
  /onnv/onnv-gate/usr/src/uts/common/brand/lx/autofs/
lx_autofs.c 157 ASSERT(vp->v_count == 1);
208 ASSERT(vp->v_count == 0);
1046 (mvp->v_count > 1 || (mvp->v_flag & VROOT)))
1147 if (data->lav_root->v_count > 1)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/cachefs/
cachefs_cnode.c 317 ASSERT(vp->v_count > 0);
318 if (vp->v_count > 1) {
333 vp->v_count--; /* release our hold from vn_rele */
366 ASSERT(vp->v_count > 0);
367 if (vp->v_count > 1) {
369 vp->v_count--;
376 vp->v_count, vp);
397 ASSERT(vp->v_count == 1);
    [all...]

Completed in 1140 milliseconds

1 2 3 4