Searched refs:dt_type (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/fs/9p/ |
D | vfs_dir.c | 50 static inline int dt_type(struct p9_wstat *mistat) in dt_type() function 132 v9fs_qid2ino(&st.qid), dt_type(&st)); in v9fs_dir_readdir()
|
/linux-6.1.9/drivers/char/ipmi/ |
D | kcs_bmc_aspeed.c | 289 static inline int aspeed_kcs_map_serirq_type(u32 dt_type) in aspeed_kcs_map_serirq_type() argument 291 switch (dt_type) { in aspeed_kcs_map_serirq_type() 303 static int aspeed_kcs_config_upstream_irq(struct aspeed_kcs_bmc *priv, u32 id, u32 dt_type) in aspeed_kcs_config_upstream_irq() argument 311 ret = aspeed_kcs_map_serirq_type(dt_type); in aspeed_kcs_config_upstream_irq()
|
/linux-6.1.9/fs/ntfs3/ |
D | dir.c | 282 u32 dt_type; in ntfs_filldir() local 312 dt_type = (fname->dup.fa & FILE_ATTRIBUTE_DIRECTORY) ? DT_DIR : DT_REG; in ntfs_filldir() 314 return !dir_emit(ctx, (s8 *)name, name_len, ino, dt_type); in ntfs_filldir()
|
/linux-6.1.9/fs/ntfs/ |
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()
|
/linux-6.1.9/fs/ |
D | libfs.c | 178 static inline unsigned char dt_type(struct inode *inode) in dt_type() function 209 d_inode(next)->i_ino, dt_type(d_inode(next)))) in dcache_readdir()
|
/linux-6.1.9/fs/kernfs/ |
D | dir.c | 1727 static inline unsigned char dt_type(struct kernfs_node *kn) in dt_type() function 1809 unsigned int type = dt_type(pos); in kernfs_fop_readdir()
|
/linux-6.1.9/fs/configfs/ |
D | dir.c | 1603 static inline unsigned char dt_type(struct configfs_dirent *sd) in dt_type() function 1657 if (!dir_emit(ctx, name, len, ino, dt_type(next))) in configfs_readdir()
|