Searched refs:bkstore (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c1126 int bkstore = 0; local
1177 bkstore = 1;
1179 if (bkstore) {
1249 bkstore = 1;
1259 if (bkstore) {
2285 int bkstore = 0; local
2323 bkstore = SDEV_IS_PERSIST(dv) ? 1 : 0;
2324 if (bkstore && (vp->v_type == VDIR))
2325 bkstore += 1;
2327 if (bkstore) {
[all...]
H A Dsdev_vnops.c771 int bkstore; local
818 bkstore = SDEV_IS_PERSIST(dv) ? 1 : 0;
850 if (bkstore) {
891 int bkstore = 0; local
1088 bkstore = SDEV_IS_PERSIST(fromdv) ? 1 : 0;
1094 if (bkstore) {

Completed in 349 milliseconds