Searched refs:lmd (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/lustre/lnet/lnet/ |
D | lib-md.c | 89 lnet_md_build(lnet_libmd_t *lmd, lnet_md_t *umd, int unlink) in lnet_md_build() argument 95 lmd->md_me = NULL; in lnet_md_build() 96 lmd->md_start = umd->start; in lnet_md_build() 97 lmd->md_offset = 0; in lnet_md_build() 98 lmd->md_max_size = umd->max_size; in lnet_md_build() 99 lmd->md_options = umd->options; in lnet_md_build() 100 lmd->md_user_ptr = umd->user_ptr; in lnet_md_build() 101 lmd->md_eq = NULL; in lnet_md_build() 102 lmd->md_threshold = umd->threshold; in lnet_md_build() 103 lmd->md_refcount = 0; in lnet_md_build() [all …]
|
/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 674 static void lmd_print(struct lustre_mount_data *lmd) in lmd_print() argument 679 if (lmd_is_client(lmd)) in lmd_print() 680 PRINT_CMD(D_MOUNT, "profile: %s\n", lmd->lmd_profile); in lmd_print() 681 PRINT_CMD(D_MOUNT, "device: %s\n", lmd->lmd_dev); in lmd_print() 682 PRINT_CMD(D_MOUNT, "flags: %x\n", lmd->lmd_flags); in lmd_print() 684 if (lmd->lmd_opts) in lmd_print() 685 PRINT_CMD(D_MOUNT, "options: %s\n", lmd->lmd_opts); in lmd_print() 687 if (lmd->lmd_recovery_time_soft) in lmd_print() 689 lmd->lmd_recovery_time_soft); in lmd_print() 691 if (lmd->lmd_recovery_time_hard) in lmd_print() [all …]
|
/drivers/staging/lustre/lustre/llite/ |
D | llite_lib.c | 154 struct lustre_md lmd; in client_common_fill_super() local 482 sbi->ll_md_exp, &lmd); in client_common_fill_super() 492 &lmd); in client_common_fill_super() 493 md_free_lustre_md(sbi->ll_md_exp, &lmd); in client_common_fill_super() 497 if (lmd.lsm) in client_common_fill_super() 498 obd_free_memmd(sbi->ll_dt_exp, &lmd.lsm); in client_common_fill_super() 500 if (lmd.posix_acl) { in client_common_fill_super() 501 posix_acl_release(lmd.posix_acl); in client_common_fill_super() 502 lmd.posix_acl = NULL; in client_common_fill_super()
|
/drivers/staging/lustre/include/linux/lnet/ |
D | lib-lnet.h | 620 void lnet_md_deconstruct(lnet_libmd_t *lmd, lnet_md_t *umd);
|