Home
last modified time | relevance | path

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

/titanic_44/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.c1294 SDEV_RELE(idv); in sdev_rnmnode()
1324 SDEV_RELE(*ndvp); in sdev_rnmnode()
1952 SDEV_RELE(dv); in devname_lookup_func()
1964 SDEV_RELE(dv); in devname_lookup_func()
2004 SDEV_RELE(dv); in devname_lookup_func()
2016 SDEV_RELE(dv); in devname_lookup_func()
2044 SDEV_RELE(dv); in devname_lookup_func()
2054 SDEV_RELE(dv); in devname_lookup_func()
2175 SDEV_RELE(dv); in devname_lookup_func()
2189 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_44/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h237 #define SDEV_RELE(dv) VN_RELE(SDEVTOV(dv)) macro