Searched refs:current_dir (Results 1 – 9 of 9) sorted by relevance
252 struct linux_dirent __user * current_dir; member283 dirent = buf->current_dir; in filldir()296 buf->current_dir = (void __user *)dirent + reclen; in filldir()314 .current_dir = dirent in SYSCALL_DEFINE3()327 lastdirent = (void __user *)buf.current_dir - buf.prev_reclen; in SYSCALL_DEFINE3()340 struct linux_dirent64 __user * current_dir; member365 dirent = buf->current_dir; in filldir64()379 buf->current_dir = (void __user *)dirent + reclen; in filldir64()397 .current_dir = dirent in SYSCALL_DEFINE3()412 lastdirent = (void __user *) buf.current_dir - buf.prev_reclen; in SYSCALL_DEFINE3()[all …]
2 current_dir=$(dirname $(readlink -f $0))3 $current_dir/cutest
136 self.current_dir = os.path.join(work_dir, 'test-' + test_id)159 os.makedirs(self.current_dir)164 self.log = open(os.path.join(self.current_dir, "test.log"), "w")211 os.chdir(self.current_dir)242 self.current_dir, backing_file_name)274 shutil.rmtree(self.current_dir)
65 current_dir = os.getcwd()92 os.chdir(current_dir)
68 current_dir = g_get_current_dir ();70 - if (g_strcmp0 (current_dir, BUILDROOT) == 0) {
173 current_dir = os.getcwd()182 os.chdir(current_dir)
404 current_dir = os.getcwd()420 os.chdir(current_dir)
65 current_dir = g_get_current_dir ();
949 struct dentry *current_dir; in rvu_dbg_qsize_display() local975 current_dir = filp->file->f_path.dentry->d_parent; in rvu_dbg_qsize_display()976 blkaddr = (!strcmp(current_dir->d_name.name, "nix1") ? in rvu_dbg_qsize_display()997 struct dentry *current_dir; in rvu_dbg_qsize_write() local1026 current_dir = filp->f_path.dentry->d_parent; in rvu_dbg_qsize_write()1027 blkaddr = (!strcmp(current_dir->d_name.name, "nix1") ? in rvu_dbg_qsize_write()2501 struct dentry *current_dir; in rvu_dbg_derive_lmacid() local2504 current_dir = filp->file->f_path.dentry->d_parent; in rvu_dbg_derive_lmacid()2505 buf = strrchr(current_dir->d_name.name, 'c'); in rvu_dbg_derive_lmacid()