Searched refs:current_dir (Results 1 – 2 of 2) sorted by relevance
213 struct linux_dirent __user * current_dir; member244 dirent = buf->current_dir; in filldir()257 buf->current_dir = (void __user *)dirent + reclen; in filldir()275 .current_dir = dirent in SYSCALL_DEFINE3()288 lastdirent = (void __user *)buf.current_dir - buf.prev_reclen; in SYSCALL_DEFINE3()301 struct linux_dirent64 __user * current_dir; member326 dirent = buf->current_dir; in filldir64()340 buf->current_dir = (void __user *)dirent + reclen; in filldir64()358 .current_dir = dirent in SYSCALL_DEFINE3()373 lastdirent = (void __user *) buf.current_dir - buf.prev_reclen; in SYSCALL_DEFINE3()[all …]
1469 struct dentry *current_dir; in rvu_dbg_cgx_stat_display() local1473 current_dir = filp->file->f_path.dentry->d_parent; in rvu_dbg_cgx_stat_display()1474 buf = strrchr(current_dir->d_name.name, 'c'); in rvu_dbg_cgx_stat_display()