Searched refs:d_type (Results 26 - 50 of 84) sorted by relevance

1234

/linux-master/fs/ufs/
H A Ddir.c473 unsigned char d_type = DT_UNKNOWN; local
480 d_type = de->d_u.d_44.d_type;
485 d_type)) {
/linux-master/fs/xfs/scrub/
H A Dquota_repair.c288 if (ddq->d_type & XFS_DQTYPE_BIGTIME)
333 if ((ddq->d_type & XFS_DQTYPE_REC_MASK) != dqtype ||
353 ddq->d_type = dqtype;
357 ddq->d_type |= XFS_DQTYPE_BIGTIME;
/linux-master/tools/include/nolibc/
H A Dtypes.h178 unsigned char d_type; member in struct:linux_dirent64
/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/tools/perf/util/
H A Dprint-events.c84 if (sys_dirent->d_type != DT_DIR ||
99 if (evt_dirent->d_type != DT_DIR ||
H A Dcpumap.c579 if (dent1->d_type != DT_DIR || sscanf(dent1->d_name, "node%u", &mem) < 1)
592 if (dent2->d_type != DT_LNK || sscanf(dent2->d_name, "cpu%u", &cpu) < 1)
/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/xfs/
H A Dxfs_dquot.c246 d->dd_diskdq.d_type = type;
248 d->dd_diskdq.d_type |= XFS_DQTYPE_BIGTIME;
558 ddqp_type = ddqp->d_type & XFS_DQTYPE_REC_MASK;
608 dqp->q_type = ddqp->d_type;
645 ddqp->d_type = dqp->q_type;
H A Dxfs_qm.c879 (dqb[j].dd_diskdq.d_type & XFS_DQTYPE_REC_MASK) != type)
886 ddq->d_type = type;
904 ddq->d_type |= XFS_DQTYPE_BIGTIME;
/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/bcachefs/
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)";
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...]
/linux-master/include/net/9p/
H A Dclient.h167 * @d_type: type of file
174 unsigned char d_type; member in struct:p9_dirent
/linux-master/fs/9p/
H A Dvfs_dir.c188 curdirent.d_type))
/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
/linux-master/fs/hostfs/
H A Dhostfs_user.c120 *type_out = ent->d_type;
/linux-master/tools/objtool/
H A Delf.c659 symtab_data->d_type = ELF_T_SYM;
674 shndx_data->d_type = ELF_T_WORD;
1188 rsec->data->d_type = ELF_T_RELA;
1229 if (data->d_type != ELF_T_BYTE || data->d_off) {
/linux-master/fs/overlayfs/
H A Dsuper.c648 bool d_type; local
668 * Upper should support d_type, else whiteouts are visible. Given
677 d_type = err;
678 if (!d_type)
679 pr_warn("upper fs needs to support d_type.\n");
743 (!d_type || !rename_whiteout || ofs->noxattr)) {
/linux-master/tools/testing/selftests/mm/
H A Dvm_util.c290 if (entry->d_type != DT_DIR)
/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/include/uapi/linux/
H A Dcoda.h154 u_int8_t d_type; /* file type, see below */ member in struct:venus_dirent
/linux-master/tools/thermal/tmon/
H A Dsysfs.c131 snprintf(filename, sizeof(filename), "trip_point_%d_type", tpid);
207 if (nl->d_type == DT_LNK) {
/linux-master/tools/perf/
H A Dbuiltin-buildid-cache.c99 if (dent->d_type != DT_DIR)
/linux-master/tools/testing/selftests/alsa/
H A Dconf.c258 if (dirent->d_type == DT_DIR)
/linux-master/tools/tracing/rtla/src/
H A Dutils.c273 if (proc_entry->d_type != DT_DIR)

Completed in 282 milliseconds

1234