Searched refs:d_type (Results 51 - 75 of 84) sorted by relevance

1234

/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/erofs/
H A Dinternal.h419 erofs_nid_t *nid, unsigned int *d_type);
H A Dsuper.c565 unsigned int d_type; local
568 err = erofs_namei(d_inode(child), &dotdot_name, &nid, &d_type);
/linux-master/fs/reiserfs/
H A Dxattr.c195 loff_t offset, u64 ino, unsigned int d_type)
815 unsigned int d_type)
194 fill_with_dentries(struct dir_context *ctx, const char *name, int namelen, loff_t offset, u64 ino, unsigned int d_type) argument
813 listxattr_filler(struct dir_context *ctx, const char *name, int namelen, loff_t offset, u64 ino, unsigned int d_type) argument
/linux-master/fs/nfsd/
H A Dnfs3xdr.c1066 * @d_type: unused
1078 loff_t offset, u64 ino, unsigned int d_type)
1141 * @d_type: unused
1153 loff_t offset, u64 ino, unsigned int d_type)
1077 nfs3svc_encode_entry3(void *data, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) argument
1152 nfs3svc_encode_entryplus3(void *data, 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
H A Dnfsxdr.c604 * @d_type: unused
616 loff_t offset, u64 ino, unsigned int d_type)
615 nfssvc_encode_entry(void *data, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) argument
/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/tools/perf/util/
H A Dtrace-event-info.c157 if (dent->d_type == DT_DIR && \
H A Ddlfilter.c621 if (entry->d_type == DT_DIR || n < 4 ||
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,
/linux-master/net/9p/
H A Dprotocol.c782 &dirent->d_off, &dirent->d_type, &nameptr);
/linux-master/tools/bpf/resolve_btfids/
H A Dmain.c744 obj->efile.idlist->d_type = ELF_T_WORD;
/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;
/linux-master/tools/mm/
H A Dslabinfo.c1229 switch (de->d_type) {
1306 fatal("Unknown file type %lx\n", de->d_type);
/linux-master/fs/nfs/
H A Dnfs3xdr.c2000 entry->d_type = DT_UNKNOWN;
2008 entry->d_type = nfs_umode_to_dtype(entry->fattr->mode);
H A Dnfs2xdr.c963 entry->d_type = DT_UNKNOWN;
H A Ddir.c142 unsigned char d_type; member in struct:nfs_cache_array_entry
332 cache_entry->d_type = entry->d_type;
1105 nfs_compat_user_ino64(ent->ino), ent->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
/linux-master/fs/ufs/
H A Dufs_fs.h297 __u8 d_type; /* file type */ member in struct:ufs_dir_entry::__anon10509::__anon10510
/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/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/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/fat/
H A Ddir.c709 loff_t offset, u64 ino, unsigned int d_type) \

Completed in 288 milliseconds

1234