Searched refs:lustre_cfg_bufs_set (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/lustre/lustre/include/ |
D | lustre_cfg.h | 124 static inline void lustre_cfg_bufs_set(struct lustre_cfg_bufs *bufs, in lustre_cfg_bufs_set() function 145 lustre_cfg_bufs_set(bufs, index, str, str ? strlen(str) + 1 : 0); in lustre_cfg_bufs_set_string()
|
/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 93 lustre_cfg_bufs_set(bufs, 2, cfg, sizeof(*cfg)); in lustre_process_log() 94 lustre_cfg_bufs_set(bufs, 3, &sb, sizeof(sb)); in lustre_process_log() 132 lustre_cfg_bufs_set(&bufs, 2, cfg, sizeof(*cfg)); in lustre_end_log()
|
D | obd_config.c | 1200 lustre_cfg_bufs_set(&bufs, 2, bufs.lcfg_buf[1], in class_config_llog_handler() 1202 lustre_cfg_bufs_set(&bufs, 1, bufs.lcfg_buf[0], in class_config_llog_handler()
|