Home
last modified time | relevance | path

Searched refs:lmd_exclude (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c533 kfree(lsi->lsi_lmd->lmd_exclude); in lustre_free_lsi()
697 lmd->lmd_exclude[i]); in lmd_print()
718 if (index == lmd->lmd_exclude[i]) { in lustre_check_exclusion()
768 lmd->lmd_exclude = kcalloc(lmd->lmd_exclude_count, in lmd_make_exclusion()
770 if (lmd->lmd_exclude) { in lmd_make_exclusion()
771 memcpy(lmd->lmd_exclude, exclude_list, in lmd_make_exclusion()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_disk.h86 __u32 *lmd_exclude; /* array of OSTs to ignore */ member