/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | nl7clogd.c | 328 (void) VOP_REMOVE(nca_fio_dvp(&fio), symlink, kcred, NULL, 0); in logd_log_write() 474 (void) VOP_REMOVE(dvp, symlink, kcred, NULL, 0); in nl7c_logd_init() 523 (void) VOP_REMOVE(dvp, symlink, kcred, NULL, 0); in nl7c_logd_init()
|
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_dlog.c | 360 (void) VOP_REMOVE(fscp->fs_fscdirvp, in cachefs_dlog_setup() 366 (void) VOP_REMOVE(fscp->fs_fscdirvp, in cachefs_dlog_setup()
|
H A D | cachefs_filegrp.c | 327 error = VOP_REMOVE(fscp->fs_fsattrdir, fname, kcred, in filegrp_destroy() 1699 (void) VOP_REMOVE(fscp->fs_fsattrdir, fname, kcred, in filegrpattr_create()
|
H A D | cachefs_log.c | 201 (void) VOP_REMOVE(cachep->c_dirvp, LOG_STATUS_NAME, kcred, NULL, in cachefs_log_kstat_snapshot() 441 (void) VOP_REMOVE(cachep->c_dirvp, LOG_STATUS_NAME, kcred, NULL, in cachefs_log_error()
|
H A D | cachefs_vfsops.c | 565 (void) VOP_REMOVE(fscp->fs_fscdirvp, CACHEFS_UNMNT_FILE, kcred, NULL, in cachefs_mount()
|
H A D | cachefs_subr.c | 1013 (void) VOP_REMOVE(fgp->fg_dirvp, name, kcred, NULL, 0); in cachefs_createfrontfile() 1064 error = VOP_REMOVE(fgp->fg_dirvp, name, kcred, NULL, 0); in cachefs_removefrontfile()
|
H A D | cachefs_ioctl.c | 1628 error = VOP_REMOVE(dvp, rmp->rm_name, cr, NULL, 0); in cachefs_io_remove()
|
/titanic_44/usr/src/uts/common/fs/dev/ |
H A D | sdev_vnops.c | 852 error = VOP_REMOVE(parent->sdev_attrvp, nm, cred, in sdev_remove() 1098 error = VOP_REMOVE(fromparent->sdev_attrvp, in sdev_rename()
|
H A D | sdev_subr.c | 1181 error = VOP_REMOVE(nddv->sdev_attrvp, in sdev_rnmnode() 1261 error = VOP_REMOVE(nddv->sdev_attrvp, in sdev_rnmnode() 2340 error = VOP_REMOVE(ddv->sdev_attrvp, in sdev_cleandir()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | core.c | 170 error = VOP_REMOVE(dvp, pn.pn_path, CRED(), NULL, 0); in remove_core_file()
|
/titanic_44/usr/src/uts/common/fs/devfs/ |
H A D | devfs_subr.c | 1697 error = VOP_REMOVE(dirvp, (char *)nm, kcred, in devfs_remdrv_rmdir() 1840 error = VOP_REMOVE(dirvp, (char *)nm, kcred, in devfs_remdrv_cleanup()
|
H A D | devfs_vnops.c | 516 error = VOP_REMOVE(ddv->dv_attrvp, in devfs_setattr()
|
/titanic_44/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vnops.c | 717 return (VOP_REMOVE(dvp, nm, cr, ct, flags)); in lo_remove()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_replay.c | 549 error = VOP_REMOVE(ZTOV(dzp), name, kcred, NULL, vflg); in zfs_replay_remove()
|
H A D | zfs_ioctl.c | 5026 if ((error = VOP_REMOVE(ZTOV(dzp), zap.za_name, kcred, in zfs_smb_acl_purge() 5119 error = VOP_REMOVE(ZTOV(sharedir), zc->zc_string, kcred, in zfs_ioc_smb_acl()
|
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_vops.c | 687 error = VOP_REMOVE(dvp, np, cr, &smb_ct, option_flags); in smb_vop_remove()
|
/titanic_44/usr/src/uts/common/fs/autofs/ |
H A D | auto_vnops.c | 724 error = VOP_REMOVE(newvp, nm, cred, ct, flags); in auto_remove()
|
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vnode.h | 1048 #define VOP_REMOVE(dvp, p, cr, ct, f) \ macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | vnode.h | 1053 #define VOP_REMOVE(dvp, p, cr, ct, f) \ macro
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | xattr.c | 1093 error = VOP_REMOVE(pvp, name, cr, ct, flags); in xattr_dir_remove()
|
H A D | vnode.c | 1952 error = VOP_REMOVE(dvp, pn.pn_path, CRED(), NULL, 0); in vn_removeat()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_state.c | 534 (void) VOP_REMOVE(dvp, ss_pn->leaf, CRED(), NULL, 0); in rfs4_ss_getstate() 580 (void) VOP_REMOVE(dvp, ss_pn->leaf, CRED(), NULL, 0); in rfs4_ss_getstate()
|
H A D | nfs3_srv.c | 2479 error = VOP_REMOVE(vp, name, cr, NULL, 0); in rfs3_remove() 2485 error = VOP_REMOVE(vp, name, cr, NULL, 0); in rfs3_remove()
|
H A D | nfs4_stub_vnops.c | 551 error = VOP_REMOVE(newdvp, nm, cr, ct, flags); in nfs4_trigger_remove()
|
H A D | nfs_srv.c | 2005 error = VOP_REMOVE(vp, da->da_name, cr, NULL, 0); in rfs_remove()
|