Lines Matching refs:only_if_new
183 dev_t devno, int pri, int only_if_new) in probe_one() argument
195 if (only_if_new && !access(tmp->bid_name, F_OK)) in probe_one()
300 static void lvm_probe_all(blkid_cache cache, int only_if_new) in lvm_probe_all() argument
352 only_if_new); in lvm_probe_all()
365 evms_probe_all(blkid_cache cache, int only_if_new) in evms_probe_all() argument
384 only_if_new); in evms_probe_all()
394 static int probe_all(blkid_cache cache, int only_if_new) in probe_all() argument
418 evms_probe_all(cache, only_if_new); in probe_all()
420 lvm_probe_all(cache, only_if_new); in probe_all()
461 only_if_new); in probe_all()
498 only_if_new); in probe_all()
505 probe_one(cache, ptname, devs[which], 0, only_if_new); in probe_all()