Searched refs:current_dir (Results 1 – 8 of 8) sorted by relevance
216 struct linux_dirent __user * current_dir; member247 dirent = buf->current_dir; in filldir()260 buf->current_dir = (void __user *)dirent + reclen; in filldir()278 .current_dir = dirent in SYSCALL_DEFINE3()291 lastdirent = (void __user *)buf.current_dir - buf.prev_reclen; in SYSCALL_DEFINE3()304 struct linux_dirent64 __user * current_dir; member329 dirent = buf->current_dir; in filldir64()343 buf->current_dir = (void __user *)dirent + reclen; in filldir64()361 .current_dir = dirent in SYSCALL_DEFINE3()376 lastdirent = (void __user *) buf.current_dir - buf.prev_reclen; in SYSCALL_DEFINE3()[all …]
171 current_dir = os.getcwd()180 os.chdir(current_dir)
296 current_dir = os.getcwd()314 os.chdir(current_dir)
401 current_dir = os.getcwd()417 os.chdir(current_dir)
132 current_dir = os.getcwd()153 os.chdir(current_dir)
151 current_dir = os.getcwd()172 os.chdir(current_dir)
1557 struct dentry *current_dir; in rvu_dbg_cgx_stat_display() local1561 current_dir = filp->file->f_path.dentry->d_parent; in rvu_dbg_cgx_stat_display()1562 buf = strrchr(current_dir->d_name.name, 'c'); in rvu_dbg_cgx_stat_display()
4637 char *current_dir = getcwd(NULL, 0); in setup_mount_dir() local4638 char *mount_dir = concat_file_name(current_dir, "incfs-mount-dir"); in setup_mount_dir()4640 free(current_dir); in setup_mount_dir()