Home
last modified time | relevance | path

Searched refs:dt_type (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ntfs/
H A Dreparse.c330 unsigned int dt_type = DT_UNKNOWN; in update_reparse_data()
345 dt_type = DT_LNK; in update_reparse_data()
348 dt_type = DT_SOCK; in update_reparse_data()
351 dt_type = DT_FIFO; in update_reparse_data()
354 dt_type = DT_CHR; in update_reparse_data()
357 dt_type = DT_BLK; in update_reparse_data()
365 return dt_type; in update_reparse_data()
177 unsigned int dt_type = DT_UNKNOWN; ntfs_reparse_tag_dt_types() local
H A Ddir.c591 unsigned int dt_type; in ntfs_lookup_inode_by_name()
626 dt_type = DT_DIR; in ntfs_filldir()
628 dt_type = ntfs_reparse_tag_dt_types(vol, mref); in ntfs_filldir()
630 dt_type = DT_REG; in ntfs_filldir()
639 name, name_len, actor->pos, mref, dt_type == DT_DIR ? "DIR" : "REG"); in ntfs_filldir()
640 if (!dir_emit(actor, name, name_len, mref, dt_type)) in ntfs_filldir()
631 unsigned int dt_type; ntfs_filldir() local
/linux/fs/9p/
H A Dvfs_dir.c45 * dt_type - return file type
50 static inline int dt_type(struct p9_wstat *mistat) in dt_type()
136 QID2INO(&st.qid), dt_type(&st)); in v9fs_dir_readdir()
48 static inline int dt_type(struct p9_wstat *mistat) dt_type() function
/linux/drivers/char/ipmi/
H A Dkcs_bmc_aspeed.c288 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()