Home
last modified time | relevance | path

Searched refs:current_dir (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/fs/
Dreaddir.c213 struct linux_dirent __user * current_dir; member
244 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; member
326 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 …]
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_debugfs.c1469 struct dentry *current_dir; in rvu_dbg_cgx_stat_display() local
1473 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()