Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A Ddir.c57 static loff_t nfs_llseek_dir(struct file *, loff_t, int);
61 .llseek = nfs_llseek_dir,
1322 static loff_t nfs_llseek_dir(struct file *filp, loff_t offset, int whence) in nfs_llseek_dir() function