/linux/fs/ |
H A D | readdir.c | 177 struct old_linux_dirent __user * dirent; member 186 struct old_linux_dirent __user * dirent; in fillonedir() local 219 SYSCALL_DEFINE3(old_readdir,unsigned int,fd,struct old_linux_dirent __user *,dirent,unsigned int,count) SYSCALL_DEFINE3() argument 262 struct linux_dirent __user *dirent, *prev; filldir() local 313 SYSCALL_DEFINE3(getdents,unsigned int,fd,struct linux_dirent __user *,dirent,unsigned int,count) SYSCALL_DEFINE3() argument 351 struct linux_dirent64 __user *dirent, *prev; filldir64() local 397 SYSCALL_DEFINE3(getdents64,unsigned int,fd,struct linux_dirent64 __user *,dirent,unsigned int,count) SYSCALL_DEFINE3() argument 436 struct compat_old_linux_dirent __user *dirent; global() member 446 struct compat_old_linux_dirent __user *dirent; compat_fillonedir() local 479 COMPAT_SYSCALL_DEFINE3(old_readdir,unsigned int,fd,struct compat_old_linux_dirent __user *,dirent,unsigned int,count) COMPAT_SYSCALL_DEFINE3() argument 516 struct compat_linux_dirent __user *dirent, *prev; compat_filldir() local 566 COMPAT_SYSCALL_DEFINE3(getdents,unsigned int,fd,struct compat_linux_dirent __user *,dirent,unsigned int,count) COMPAT_SYSCALL_DEFINE3() argument [all...] |
H A D | libfs.c | 1907 struct qstr dirent = QSTR_INIT(de_name, de_name_len); in generic_ci_match() local [all...] |
/linux/tools/include/nolibc/ |
H A D | dirent.h | 20 struct dirent { struct 21 d_inodirent global() argument 22 d_namedirent global() argument
|
/linux/tools/perf/util/ |
H A D | util.c | 286 bool (*filter)(const char *, struct dirent *)) in lsdir() argument 486 int (*filter)(const struct dirent *), in scandirat() argument 487 int (*compar)(const struct dirent **, const struct dirent **)) in scandirat() argument [all...] |
H A D | synthetic-events.c | 763 static int filter_task(const struct dirent *dirent) in filter_task() argument 945 struct dirent **dirent, in __perf_event__synthesize_threads() argument 1009 struct dirent **diren member 1035 struct dirent **dirent; perf_event__synthesize_threads() local [all...] |
H A D | thread_map.c | 80 struct dirent *dirent, **namelist = NULL; in thread_map__new_all_cpus() local
|
/linux/fs/bcachefs/ |
H A D | dirent.c | 236 struct bkey_i_dirent *dirent, in bch2_dirent_init_name() argument 302 struct bkey_i_dirent *dirent = bch2_trans_kmalloc(trans, BKEY_U64s_MAX * sizeof(u64)); bch2_dirent_create_key() local 335 struct bkey_i_dirent *dirent; bch2_dirent_create_snapshot() local 359 struct bkey_i_dirent *dirent; bch2_dirent_create() local [all...] |
H A D | fsck.c | 40 struct bkey_s_c_dirent dirent, in dirent_inode_mismatch_msg() argument 51 struct bkey_s_c_dirent dirent, in dirent_points_to_inode() argument [all...] |
/linux/drivers/nubus/ |
H A D | nubus.c | 170 void nubus_get_rsrc_mem(void *dest, const struct nubus_dirent *dirent, in nubus_get_rsrc_mem() argument 183 unsigned int nubus_get_rsrc_str(char *dest, const struct nubus_dirent *dirent, in nubus_get_rsrc_str() argument 204 const struct nubus_dirent *dirent, in nubus_seq_write_rsrc_mem() argument [all...] |
/linux/fs/xfs/scrub/ |
H A D | dir_repair.c | 329 struct xrep_dirent dirent = { in xrep_dir_stash_createname() local 356 struct xrep_dirent dirent = { xrep_dir_stash_removename() local 741 xrep_dir_replay_update(struct xrep_dir * rd,const struct xfs_name * xname,const struct xrep_dirent * dirent) xrep_dir_replay_update() argument 849 struct xrep_dirent dirent; xrep_dir_replay_updates() local [all...] |
H A D | dir.c | 962 struct xchk_dirent *dirent, in xchk_dir_slow_dirent() argument 1038 struct xchk_dirent dirent; xchk_dir_finish_slow_dirents() local [all...] |
/linux/fs/smb/server/ |
H A D | vfs.h | 59 char *dirent; member
|
/linux/tools/usb/usbip/libsrc/ |
H A D | vhci_driver.c | 151 static int vhci_hcd_filter(const struct dirent *dirent) in vhci_hcd_filter() argument
|
/linux/fs/ext4/ |
H A D | namei.c | 131 struct ext4_dir_entry *dirent; in __ext4_read_dirblock() local 347 static __le32 ext4_dirblock_csum(struct inode *inode, void *dirent, int size) in ext4_dirblock_csum() 413 struct ext4_dir_entry *dirent, in get_dx_countlimit() 441 static __le32 ext4_dx_csum(struct inode *inode, struct ext4_dir_entry *dirent, in ext4_dx_csum() 459 struct ext4_dir_entry *dirent) in ext4_dx_csum_verify() 488 static void ext4_dx_csum_set(struct inode *inode, struct ext4_dir_entry *dirent) in ext4_dx_csum_set()
|
H A D | dir.c | 471 struct ext4_dir_entry_2 *dirent, in ext4_htree_store_dirent() argument
|
/linux/fs/smb/client/ |
H A D | cached_dir.c | 683 struct cached_dirent *dirent, *q; in free_cached_dir() local
|
H A D | readdir.c | 820 struct cached_dirent *dirent; in emit_cached_dirents() local [all...] |
/linux/tools/testing/selftests/alsa/ |
H A D | conf.c | 252 static int filename_filter(const struct dirent *dirent) in filename_filter() argument
|
/linux/tools/thermal/thermometer/ |
H A D | thermometer.c | 293 struct dirent *dirent; in thermometer_init() local
|
/linux/arch/alpha/kernel/ |
H A D | osf_sys.c | 105 struct osf_dirent __user *dirent; member 115 struct osf_dirent __user *dirent; in osf_filldir() local 150 SYSCALL_DEFINE4(osf_getdirentries,unsigned int,fd,struct osf_dirent __user *,dirent,unsigned int,count,long __user *,basep) SYSCALL_DEFINE4() argument [all...] |
/linux/fs/fat/ |
H A D | dir.c | 556 void __user *dirent; member
|
/linux/arch/mips/include/asm/ |
H A D | sgiarcs.h | 155 wronly_ssede, rdwr_ssede, dirent, dirent_creat enumerator
|
/linux/fs/hpfs/ |
H A D | hpfs.h | 300 u8 dirent[2028]; /* one or more dirents */ member
|
/linux/tools/testing/selftests/nolibc/ |
H A D | nolibc-test.c | 773 struct dirent dirent, *result; in test_dirent() local
|
/linux/fs/nfsd/ |
H A D | vfs.c | 2138 char *dirent; member
|