Home
last modified time | relevance | path

Searched refs:D_IOCTL (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dclass_obd.c151 CDEBUG(D_IOCTL, "device name %s\n", name); in class_resolve_dev_name()
154 CDEBUG(D_IOCTL, "No device for name %s!\n", name); in class_resolve_dev_name()
159 CDEBUG(D_IOCTL, "device name %s, dev %d\n", name, dev); in class_resolve_dev_name()
182 CDEBUG(D_IOCTL, "cmd = %x\n", cmd); in class_handle_ioctl()
273 CDEBUG(D_IOCTL, "device name %s\n", data->ioc_inlbuf1); in class_handle_ioctl()
278 CDEBUG(D_IOCTL, "No device for UUID %s!\n", in class_handle_ioctl()
284 CDEBUG(D_IOCTL, "device name %s, dev %d\n", data->ioc_inlbuf1, in class_handle_ioctl()
293 CDEBUG(D_IOCTL, "closing all connections to uuid %s (NOOP)\n", in class_handle_ioctl()
Dobd_config.c201 CDEBUG(D_IOCTL, "attach type %s name: %s uuid: %s\n", in class_attach()
271 CDEBUG(D_IOCTL, "OBD: dev %d attached type %s with refcount %d\n", in class_attach()
356 CDEBUG(D_IOCTL, "finished setup of obd %s (uuid %s)\n", in class_setup()
394 CDEBUG(D_IOCTL, "detach on obd %s (uuid %s)\n", in class_detach()
721 CDEBUG(D_IOCTL, "global %s = %d\n", ptr, val); in class_set_global()
785 CDEBUG(D_IOCTL, "processing cmd: %x\n", lcfg->lcfg_command); in class_process_config()
794 CDEBUG(D_IOCTL, "adding mapping from uuid %s to nid %#llx (%s)\n", in class_process_config()
802 CDEBUG(D_IOCTL, "removing mappings for uuid %s\n", in class_process_config()
810 CDEBUG(D_IOCTL, "mountopt: profile %s osc %s mdc %s\n", in class_process_config()
825 CDEBUG(D_IOCTL, "mountopt: profile %s\n", in class_process_config()
[all …]
Dgenops.c164 CDEBUG(D_IOCTL, "Type %s already registered\n", name); in class_register_type()
348 CDEBUG(D_IOCTL, "Adding new device %s (%p)\n", in class_newdev()
663 CDEBUG(D_IOCTL, "destroying export %p/%s for %s\n", exp, in class_export_destroy()
708 CDEBUG(D_IOCTL, "final put %p/%s\n", in class_export_put()
836 CDEBUG(D_IOCTL, "destroying import %p for %s\n", imp, in class_import_destroy()
1027 CDEBUG(D_IOCTL, "connect: client %s, cookie %#llx\n", in class_connect()
1059 CDEBUG(D_IOCTL, "disconnect: cookie %#llx\n", in class_disconnect()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Ddebug.c55 D_NETERROR | D_HA | D_CONFIG | D_IOCTL);
321 case D_IOCTL: in libcfs_debug_dbg2str()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-module.c143 CDEBUG(D_IOCTL, "invalid ioctl ( type %d, nr %d, size %d )\n", in libcfs_ioctl()
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_debug.h132 #define D_IOCTL 0x00000080 /* ioctl related information */ macro
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c474 DEBUG_REQ(D_IOCTL, req, "no set_info key"); in ldlm_handle_setinfo()
481 DEBUG_REQ(D_IOCTL, req, "no set_info val"); in ldlm_handle_setinfo()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1939 CDEBUG(D_IOCTL, "swabbing lov_user_md v1\n"); in lustre_swab_lov_user_md_v1()
1946 CDEBUG(D_IOCTL, "swabbing lov_user_md v3\n"); in lustre_swab_lov_user_md_v3()
1954 CDEBUG(D_IOCTL, "swabbing lov_mds_md\n"); in lustre_swab_lov_mds_md()
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c2295 CDEBUG(D_IOCTL, "Invalid client cookie %#llx\n", in lmv_get_info()
2344 CDEBUG(D_IOCTL, "Invalid key\n"); in lmv_get_info()
2359 CDEBUG(D_IOCTL, "Invalid client cookie %#llx\n", in lmv_set_info_async()
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1121 CDEBUG(D_IOCTL, "path get "DFID" from %llu #%d\n", in mdc_ioc_fid2path()
1144 CDEBUG(D_IOCTL, "path get "DFID" from %llu #%d\n%s\n", in mdc_ioc_fid2path()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Ddir.c717 CDEBUG(D_IOCTL, "bad userland LOV MAGIC: %#08x != %#08x nor %#08x\n", in ll_dir_setstripe()
Dfile.c1346 CDEBUG(D_IOCTL, "stripe already exists for ino %lu\n", in ll_lov_setstripe_ea_info()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_obd.c1556 D_IOCTL : D_WARNING, in lov_iocontrol()