Home
last modified time | relevance | path

Searched refs:dt_type (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/fs/9p/
H A Dvfs_dir.c46 * dt_type - return file type
51 static inline int dt_type(struct p9_wstat *mistat) in dt_type() function
131 v9fs_qid2ino(&st.qid), dt_type(&st)); in v9fs_dir_readdir()
/kernel/linux/linux-6.6/fs/ntfs3/
H A Ddir.c282 u32 dt_type; in ntfs_filldir() local
319 dt_type = (fname->dup.fa & FILE_ATTRIBUTE_DIRECTORY) ? DT_DIR : DT_REG; in ntfs_filldir()
333 dt_type = fs_umode_to_dtype(inode->i_mode); in ntfs_filldir()
338 return !dir_emit(ctx, (s8 *)name, name_len, ino, dt_type); in ntfs_filldir()
/kernel/linux/linux-6.6/fs/9p/
H A Dvfs_dir.c43 * dt_type - return file type
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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/ntfs/
H A Ddir.c1018 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()
/kernel/linux/linux-6.6/fs/ntfs/
H A Ddir.c1018 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()
/kernel/linux/linux-5.10/fs/
H A Dlibfs.c176 static inline unsigned char dt_type(struct inode *inode) in dt_type() function
207 d_inode(next)->i_ino, dt_type(d_inode(next)))) in dcache_readdir()
/kernel/linux/linux-5.10/fs/configfs/
H A Ddir.c1628 static inline unsigned char dt_type(struct configfs_dirent *sd) in dt_type() function
1682 if (!dir_emit(ctx, name, len, ino, dt_type(next))) in configfs_readdir()
/kernel/linux/linux-5.10/fs/kernfs/
H A Ddir.c1627 static inline unsigned char dt_type(struct kernfs_node *kn) in dt_type() function
1706 unsigned int type = dt_type(pos); in kernfs_fop_readdir()

Completed in 19 milliseconds