Searched refs:dt_type (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/fs/ntfs3/ |
H A D | dir.c | 285 u32 dt_type; in ntfs_dir_emit() local 322 dt_type = (fname->dup.fa & FILE_ATTRIBUTE_DIRECTORY) ? DT_DIR : DT_REG; in ntfs_dir_emit() 337 dt_type = fs_umode_to_dtype(inode->i_mode); in ntfs_dir_emit() 342 return dir_emit(ctx, (s8 *)name, name_len, ino, dt_type); in ntfs_dir_emit()
|
/openbmc/linux/fs/9p/ |
H A D | vfs_dir.c | 48 static inline int dt_type(struct p9_wstat *mistat) in dt_type() function 130 v9fs_qid2ino(&st.qid), dt_type(&st)); in v9fs_dir_readdir()
|
/openbmc/linux/drivers/char/ipmi/ |
H A D | kcs_bmc_aspeed.c | 288 static inline int aspeed_kcs_map_serirq_type(u32 dt_type) in aspeed_kcs_map_serirq_type() argument 290 switch (dt_type) { in aspeed_kcs_map_serirq_type() 302 static int aspeed_kcs_config_upstream_irq(struct aspeed_kcs_bmc *priv, u32 id, u32 dt_type) in aspeed_kcs_config_upstream_irq() argument 310 ret = aspeed_kcs_map_serirq_type(dt_type); in aspeed_kcs_config_upstream_irq()
|
/openbmc/linux/fs/ntfs/ |
H A D | dir.c | 1018 unsigned dt_type; in ntfs_filldir() local 1045 dt_type = DT_DIR; in ntfs_filldir() 1047 dt_type = DT_REG; in ntfs_filldir() 1057 dt_type == DT_DIR ? "DIR" : "REG"); in ntfs_filldir() 1058 if (!dir_emit(actor, name, name_len, mref, dt_type)) in ntfs_filldir()
|
/openbmc/qemu/include/hw/ppc/ |
H A D | spapr_vio.h | 50 const char *dt_name, *dt_type, *dt_compatible; member
|
/openbmc/qemu/hw/char/ |
H A D | spapr_vty.c | 193 k->dt_type = "serial"; in spapr_vty_class_init()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_vio.c | 108 if (pc->dt_type) { in vio_make_devnode() 110 pc->dt_type); in vio_make_devnode()
|
/openbmc/qemu/hw/nvram/ |
H A D | spapr_nvram.c | 269 k->dt_type = "nvram"; in spapr_nvram_class_init()
|
/openbmc/qemu/hw/tpm/ |
H A D | tpm_spapr.c | 400 k->dt_type = "IBM,vtpm"; in tpm_spapr_class_init()
|
/openbmc/qemu/hw/net/ |
H A D | spapr_llan.c | 861 k->dt_type = "network"; in spapr_vlan_class_init()
|
/openbmc/qemu/hw/scsi/ |
H A D | spapr_vscsi.c | 1280 k->dt_type = "vscsi"; in spapr_vscsi_class_init()
|