Searched refs:d_type (Results 1 - 25 of 84) sorted by last modified time

1234

/linux-master/fs/nfsd/
H A Dnfs4xdr.c3781 loff_t offset, u64 ino, unsigned int d_type)
3780 nfsd4_encode_entry4(void *ccdv, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) argument
H A Dvfs.c2048 unsigned int d_type; member in struct:buffered_dirent
2061 unsigned int d_type)
2077 de->d_type = d_type;
2126 de->ino, de->d_type))
2059 nfsd_buffered_filldir(struct dir_context *ctx, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) argument
/linux-master/fs/erofs/
H A Dsuper.c565 unsigned int d_type; local
568 err = erofs_namei(d_inode(child), &dotdot_name, &nid, &d_type);
H A Dinternal.h419 erofs_nid_t *nid, unsigned int *d_type);
/linux-master/fs/smb/server/
H A Dvfs.c1108 loff_t offset, u64 ino, unsigned int d_type)
1144 unsigned int d_type)
1107 __dir_empty(struct dir_context *ctx, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) argument
1142 __caseless_lookup(struct dir_context *ctx, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) argument
H A Dsmb2pdu.c4197 loff_t offset, u64 ino, unsigned int d_type)
4196 __query_dir(struct dir_context *ctx, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) argument
/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...]
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...]
/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/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/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/linux/
H A Dnfs_xdr.h755 unsigned char d_type; member in struct:nfs_entry
/linux-master/fs/9p/
H A Dvfs_dir.c188 curdirent.d_type))
/linux-master/tools/testing/selftests/mm/
H A Dvm_util.c290 if (entry->d_type != DT_DIR)
/linux-master/tools/perf/util/
H A Dsymbol.c2042 if (d->d_type != DT_DIR)
H A Dsymbol-elf.c2742 .d_buf = &buf, .d_type = ELF_T_ADDR, .d_version = EV_CURRENT,
2747 .d_buf = (void *) data, .d_type = ELF_T_ADDR,
H A Dprint-events.c84 if (sys_dirent->d_type != DT_DIR ||
99 if (evt_dirent->d_type != DT_DIR ||
H A Devsel.c2962 if ((d->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/tools/perf/tests/
H A Dtests-scripts.c216 if (ent->d_type != DT_DIR) {
219 if (ent->d_type != DT_UNKNOWN)
/linux-master/tools/perf/
H A Dbuiltin-script.c3192 if ((lang_dirent->d_type == DT_DIR || \
3193 (lang_dirent->d_type == DT_UNKNOWN && \
3200 if (script_dirent->d_type != DT_DIR && \
3201 (script_dirent->d_type != DT_UNKNOWN || \
/linux-master/fs/xfs/libxfs/
H A Dxfs_format.h1271 __u8 d_type; /* XFS_DQTYPE_USER/PROJ/GROUP */ member in struct:xfs_disk_dquot
/linux-master/tools/lib/bpf/
H A Dlinker.c1044 data->d_type = src_sec->data->d_type;
2595 sec->data->d_type = ELF_T_BYTE;
2667 data->d_type = ELF_T_BYTE;

Completed in 466 milliseconds

1234