Searched refs:dirp (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/papr_attributes/
H A Dattr_test.c63 DIR *dirp; local
73 dirp = opendir(path);
75 while ((entry = readdir(dirp)) != NULL) {
/linux-master/tools/perf/util/
H A Dutil.h61 int scandirat(int dirfd, const char *dirp,
H A Dutil.c557 int scandirat(int dirfd, const char *dirp, argument
563 int err, fd = openat(dirfd, dirp, O_PATH);
/linux-master/fs/nfsd/
H A Dvfs.c1469 struct inode *dirp; local
1475 dirp = d_inode(dentry);
1486 if (!IS_POSIXACL(dirp))
1492 host_err = vfs_create(&nop_mnt_idmap, dirp, dchild,
1498 host_err = vfs_mkdir(&nop_mnt_idmap, dirp, dchild, iap->ia_mode);
1526 host_err = vfs_mknod(&nop_mnt_idmap, dirp, dchild,
1718 struct inode *dirp; local
1745 dirp = d_inode(ddir);
1746 inode_lock_nested(dirp, I_MUTEX_PARENT);
1762 host_err = vfs_link(dold, &nop_mnt_idmap, dirp, dne
1953 struct inode *dirp; local
[all...]
/linux-master/tools/include/nolibc/
H A Dsys.h356 * int getdents64(int fd, struct linux_dirent64 *dirp, int count);
360 int sys_getdents64(int fd, struct linux_dirent64 *dirp, int count) argument
362 return my_syscall3(__NR_getdents64, fd, dirp, count);
366 int getdents64(int fd, struct linux_dirent64 *dirp, int count) argument
368 return __sysret(sys_getdents64(fd, dirp, count));
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c6957 int dir_filter(const struct dirent *dirp) argument
6959 if (isdigit(dirp->d_name[0]))

Completed in 344 milliseconds