Searched refs:d_type (Results 1 - 25 of 84) sorted by path

1234

/linux-master/arch/alpha/boot/tools/
H A Dmkbb.c39 u16 d_type, d_subtype; member in struct:disklabel
/linux-master/fs/ufs/
H A Dufs_fs.h297 __u8 d_type; /* file type */ member in struct:ufs_dir_entry::__anon10509::__anon10510
/linux-master/include/uapi/linux/
H A Dcoda.h154 u_int8_t d_type; /* file type, see below */ member in struct:venus_dirent
/linux-master/tools/testing/selftests/proc/
H A Dfd-001-lookup.c116 assert(de->d_type == DT_DIR);
120 assert(de->d_type == DT_DIR);
129 assert(de->d_type == DT_LNK);
H A Dfd-003-kthread.c106 assert(de->d_type == DT_DIR);
110 assert(de->d_type == DT_DIR);
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c113 loff_t offset, u64 ino, unsigned int d_type)
112 osf_filldir(struct dir_context *ctx, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) argument
/linux-master/block/partitions/
H A Dmsdos.c309 __s16 d_type; /* drive type */ member in struct:bsd_disklabel
310 __s16 d_subtype; /* controller/d_type specific */
447 __le32 d_type; /* drive type */ member in struct:unixware_disklabel
H A Dosf.c25 __le16 d_type,d_subtype; member in struct:disklabel
/linux-master/drivers/misc/genwqe/
H A Dcard_utils.c833 u32 eevptr_addr, l_addr, d_len, d_type; local
852 d_type = (val & 0x0000008000000000ull) >> 36;
854 if (d_type) { /* repeat */
892 u32 eevptr_addr, l_addr, d_addr, d_len, d_type; local
907 d_type = (e & 0x0000008000000000ull) >> 36; /* 39 */
910 if (d_type) {
/linux-master/fs/9p/
H A Dvfs_dir.c188 curdirent.d_type))
/linux-master/fs/bcachefs/
H A Ddirent.c85 if (d.v->d_type == DT_SUBVOL)
139 bkey_fsck_err_on(d.v->d_type != DT_SUBVOL &&
154 if (d.v->d_type != DT_SUBVOL)
161 prt_printf(out, " type %s", bch2_d_type_str(d.v->d_type));
190 dirent->v.d_type = type;
256 dst->v.d_type = src.v->d_type;
265 if (d.v->d_type == DT_SUBVOL &&
269 if (likely(d.v->d_type != DT_SUBVOL)) {
416 if (new_dst->v.d_type
[all...]
H A Ddirent_format.h32 __u8 d_type; member in struct:bch_dirent
H A Dfsck.c54 bkey_s_c_to_dirent(k).v->d_type == DT_DIR)
138 *type = d.v->d_type;
177 unsigned d_type = 0; local
223 &lostfound_str, &inum, &d_type, snapshot);
231 if (d_type != DT_DIR) {
966 return d.v->d_type == DT_SUBVOL
1827 target->bi_inum, target_snapshot, bch2_d_types[d.v->d_type], buf.buf)) {
1858 if (fsck_err_on(d.v->d_type != inode_d_type(target),
1860 "incorrect d_type: got %s, should be %s:\n%s",
1861 bch2_d_type_str(d.v->d_type),
[all...]
H A Dopts.h33 static inline const char *bch2_d_type_str(unsigned d_type) argument
35 return (d_type < BCH_DT_MAX ? bch2_d_types[d_type] : NULL) ?: "(bad d_type)";
/linux-master/fs/btrfs/
H A Ddelayed-inode.c1789 unsigned char d_type; local
1811 d_type = fs_ftype_to_dtype(btrfs_dir_flags_to_ftype(di->type));
1815 location.objectid, d_type);
/linux-master/fs/coda/
H A Ddir.c409 type = CDT2DT(vdir->d_type);
/linux-master/fs/ecryptfs/
H A Dfile.c83 int lower_namelen, loff_t offset, u64 ino, unsigned int d_type)
114 res = dir_emit(buf->caller, name, name_size, ino, d_type);
82 ecryptfs_filldir(struct dir_context *ctx, const char *lower_name, int lower_namelen, loff_t offset, u64 ino, unsigned int d_type) argument
/linux-master/fs/erofs/
H A Ddir.c18 unsigned char d_type; local
20 d_type = fs_ftype_to_dtype(de->file_type);
41 le64_to_cpu(de->nid), d_type))
H A Dinternal.h419 erofs_nid_t *nid, unsigned int *d_type);
H A Dnamei.c162 unsigned int *d_type)
187 *d_type = de->file_type;
198 unsigned int d_type; local
206 err = erofs_namei(dir, &dentry->d_name, &nid, &d_type);
161 erofs_namei(struct inode *dir, const struct qstr *name, erofs_nid_t *nid, unsigned int *d_type) argument
H A Dsuper.c565 unsigned int d_type; local
568 err = erofs_namei(d_inode(child), &dotdot_name, &nid, &d_type);
/linux-master/fs/exportfs/
H A Dexpfs.c252 loff_t pos, u64 ino, unsigned int d_type)
251 filldir_one(struct dir_context *ctx, const char *name, int len, loff_t pos, u64 ino, unsigned int d_type) argument
/linux-master/fs/ext2/
H A Ddir.c307 unsigned char d_type = DT_UNKNOWN; local
310 d_type = fs_ftype_to_dtype(de->file_type);
314 d_type)) {
/linux-master/fs/f2fs/
H A Ddir.c976 unsigned char d_type = DT_UNKNOWN; local
1009 d_type = fs_ftype_to_dtype(de->file_type);
1040 le32_to_cpu(de->ino), d_type)) {
/linux-master/fs/fat/
H A Ddir.c709 loff_t offset, u64 ino, unsigned int d_type) \

Completed in 302 milliseconds

1234