Home
last modified time | relevance | path

Searched refs:get_first_record (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c388 get_first_record(set_t setno, int alloc, int shared) in get_first_record() function
573 first_nh = get_first_record(setno, 0, devid_nm | NM_NOTSHARED); in rem_entry()
622 first_nh = get_first_record(setno, 0, devid_nm | NM_SHARED); in rem_shr_entry()
682 if ((nh = get_first_record(setno, 0, devid_nm | NM_SHARED)) in setshared_name()
686 if ((nh = get_first_record(setno, 1, devid_nm | NM_SHARED)) in setshared_name()
766 if ((nh = get_first_record(setno, 0, devid_nm | NM_SHARED)) == NULL) in getshared_name()
788 if ((nh = get_first_record(setno, 1, devid_nm | NM_SHARED)) == NULL) in getshared_key()
808 if ((nh = get_first_record(setno, 0, NM_SHARED)) == NULL) in setshared_data()
1211 if ((nh = get_first_record(setno, 0, NM_SHARED)) == NULL) in is_meta_drive()
1922 if ((nh = get_first_record(setno, 1, NM_NOTSHARED)) == NULL) { in md_setdevname()
[all …]
H A Dmd.c274 extern struct nm_next_hdr *get_first_record(set_t, int, int);
1024 if ((did_nh = get_first_record(setno, 1, (NM_DEVID | NM_NOTSHARED))) in md_verify_orphaned_record()
1208 if ((nh = get_first_record(setno, 0, NM_NOTSHARED)) != NULL) { in md_snarf_db_set()
H A Dmd_subr.c114 extern struct nm_next_hdr *get_first_record(set_t, int, int);
4282 if ((nh = get_first_record(setno, 0, NM_NOTSHARED)) == NULL) { in md_rem_selfname()
H A Dmd_mddb.c12290 if ((nh = get_first_record(setno, 0, NM_NOTSHARED)) == NULL) { in md_update_minor()
12360 if ((nh = get_first_record(setno, 0, NM_NOTSHARED)) == NULL) { in md_update_top_device_minor()
12528 if ((nh = get_first_record(setno, 0, NM_SHARED)) == NULL) { in update_setname()
12753 if ((nh = get_first_record(setno, 0, NM_DEVID | NM_NOTSHARED)) in md_update_namespace_rr_did()
12763 did_shr_nh = get_first_record(setno, 0, NM_DEVID | in md_update_namespace_rr_did()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmdvar.h839 extern struct nm_next_hdr *get_first_record(set_t, int, int);