Searched refs:dnlc_remove (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | ufs_thread.c | 329 dnlc_remove(ITOV(dp), "."); in ufs_delete() 330 dnlc_remove(ITOV(dp), ".."); in ufs_delete() 346 dnlc_remove(ITOV(ip), XATTR_DIR_NAME); in ufs_delete() 1234 dnlc_remove(ITOV(dp), ep->d_name); in ufs_attr_purge()
|
H A D | ufs_dir.c | 2579 dnlc_remove(dvp, namep); in ufs_dirremove() 2709 dnlc_remove(vp, "."); in ufs_dirremove() 2710 dnlc_remove(vp, ".."); in ufs_dirremove()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | dnlc.h | 188 void dnlc_remove(vnode_t *, const char *);
|
/titanic_50/usr/src/uts/common/fs/udfs/ |
H A D | udf_dir.c | 760 dnlc_remove(ITOV(dp), namep); in ud_dirremove() 832 dnlc_remove(ITOV(ip), "."); in ud_dirremove() 833 dnlc_remove(ITOV(ip), ".."); in ud_dirremove() 1528 dnlc_remove(ITOV(tdp), namep); in ud_dirrename() 1835 dnlc_remove(ITOV(dp), ".."); in ud_dirfixdotdot()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_vnops.c | 2072 dnlc_remove(dvp, nm); in nfs_create() 2253 dnlc_remove(dvp, nm); in nfs_remove() 2375 dnlc_remove(tdvp, tnm); in nfs_link() 2490 dnlc_remove(ndvp, nnm); in nfsrename() 2619 dnlc_remove(odvp, onm); in nfsrename() 2620 dnlc_remove(ndvp, nnm); in nfsrename() 2650 dnlc_remove(ovp, ".."); in nfsrename() 2749 dnlc_remove(dvp, nm); in nfs_mkdir() 2836 dnlc_remove(dvp, nm); in nfs_rmdir() 2848 dnlc_remove(vp, ".."); in nfs_rmdir() [all …]
|
H A D | nfs3_vnops.c | 2331 dnlc_remove(dvp, nm); in nfs3_create() 2868 dnlc_remove(dvp, nm); in nfs3_remove() 3004 dnlc_remove(tdvp, tnm); in nfs3_link() 3138 dnlc_remove(ndvp, nnm); in nfs3rename() 3266 dnlc_remove(odvp, onm); in nfs3rename() 3267 dnlc_remove(ndvp, nnm); in nfs3rename() 3312 dnlc_remove(ovp, ".."); in nfs3rename() 3413 dnlc_remove(dvp, nm); in nfs3_mkdir() 3518 dnlc_remove(dvp, nm); in nfs3_rmdir() 3530 dnlc_remove(vp, ".."); in nfs3_rmdir() [all …]
|
H A D | nfs4_vnops.c | 5526 dnlc_remove(dvp, nm); in nfs4lookupvalidate_otw() 5539 dnlc_remove(dvp, nm); in nfs4lookupvalidate_otw() 5552 dnlc_remove(dvp, nm); in nfs4lookupvalidate_otw() 6717 dnlc_remove(dvp, nm); in nfs4_create() 7044 dnlc_remove(dvp, nm); in call_nfs4_create_req() 7290 dnlc_remove(dvp, nm); in nfs4_remove() 7573 dnlc_remove(tdvp, tnm); in nfs4_link() 7797 dnlc_remove(ndvp, nnm); in nfs4rename() 8065 dnlc_remove(ovp, ".."); in nfs4rename() 8243 dnlc_remove(odvp, onm); in nfs4rename_persistent_fh() [all …]
|
/titanic_50/usr/src/uts/common/fs/ |
H A D | dnlc.c | 529 dnlc_remove(dp, name); in dnlc_update() 665 dnlc_remove(vnode_t *dp, const char *name) in dnlc_remove() function
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_dir.c | 817 dnlc_remove(ZTOV(dzp), dl->dl_name); in zfs_link_destroy()
|
H A D | zfs_vnops.c | 1719 dnlc_remove(dvp, realnmp->pn_buf); in zfs_remove() 1721 dnlc_remove(dvp, name); in zfs_remove()
|