Searched refs:dt_type (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ntfs/ |
| H A D | reparse.c | 177 unsigned int dt_type = DT_UNKNOWN; in ntfs_reparse_tag_dt_types() local 191 dt_type = DT_LNK; in ntfs_reparse_tag_dt_types() 194 dt_type = DT_SOCK; in ntfs_reparse_tag_dt_types() 197 dt_type = DT_FIFO; in ntfs_reparse_tag_dt_types() 200 dt_type = DT_CHR; in ntfs_reparse_tag_dt_types() 203 dt_type = DT_BLK; in ntfs_reparse_tag_dt_types() 211 return dt_type; in ntfs_reparse_tag_dt_types()
|
| H A D | dir.c | 631 unsigned int dt_type; in ntfs_filldir() local 666 dt_type = DT_DIR; in ntfs_filldir() 668 dt_type = ntfs_reparse_tag_dt_types(vol, mref); in ntfs_filldir() 670 dt_type = DT_REG; in ntfs_filldir() 679 name, name_len, actor->pos, mref, dt_type == DT_DIR ? "DIR" : "REG"); in ntfs_filldir() 680 if (!dir_emit(actor, name, name_len, mref, dt_type)) in ntfs_filldir()
|
| /linux/fs/9p/ |
| H A D | vfs_dir.c | 48 static inline int dt_type(struct p9_wstat *mistat) in dt_type() function 130 QID2INO(&st.qid), dt_type(&st)); in v9fs_dir_readdir()
|
| /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()
|