Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Ddir.c54 static loff_t nfs_llseek_dir(struct file *, loff_t, int);
58 .llseek = nfs_llseek_dir,
923 static loff_t nfs_llseek_dir(struct file *filp, loff_t offset, int whence) in nfs_llseek_dir() function