Home
last modified time | relevance | path

Searched refs:SDEV_RELE (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/uts/common/fs/dev/
H A Dsdev_netops.c199 SDEV_RELE(dv); in devnet_lookup()
283 SDEV_RELE(dv); in devnet_filldir()
H A Dsdev_subr.c1299 SDEV_RELE(idv); in sdev_rnmnode()
1329 SDEV_RELE(*ndvp); in sdev_rnmnode()
1957 SDEV_RELE(dv); in devname_lookup_func()
1969 SDEV_RELE(dv); in devname_lookup_func()
2009 SDEV_RELE(dv); in devname_lookup_func()
2021 SDEV_RELE(dv); in devname_lookup_func()
2049 SDEV_RELE(dv); in devname_lookup_func()
2059 SDEV_RELE(dv); in devname_lookup_func()
2180 SDEV_RELE(dv); in devname_lookup_func()
2194 SDEV_RELE(dv); in devname_lookup_func()
[all …]
H A Dsdev_vtops.c276 SDEV_RELE(sdv); in devvt_create_snode()
344 SDEV_RELE(dv); in devvt_prunedir()
H A Dsdev_ipnetops.c197 SDEV_RELE(dv); in devipnet_filldir()
H A Dsdev_vnops.c741 SDEV_RELE(self); in sdev_create()
1178 SDEV_RELE(self); in sdev_symlink()
1196 SDEV_RELE(self); /* don't return with vnode held */ in sdev_symlink()
1251 SDEV_RELE(self); in sdev_mkdir()
H A Dsdev_profile.c178 SDEV_RELE(dv); in prof_mknode()
205 SDEV_RELE(dir); in prof_make_dir()
233 SDEV_RELE(dir); in prof_make_dir()
H A Dsdev_ptsops.c260 SDEV_RELE(dv); in devpts_prunedir()
H A Dsdev_zvolops.c488 SDEV_RELE(dv); in devzvol_prunedir()
566 SDEV_RELE(dv); in devzvol_mk_ngz_node()
H A Dsdev_vfsops.c395 SDEV_RELE(dv); in sdev_unmount()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h237 #define SDEV_RELE(dv) VN_RELE(SDEVTOV(dv)) macro