Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfs/
H A Dfscache.h130 static inline int nfs_readpage_from_fscache(struct nfs_open_context *ctx, in nfs_readpage_from_fscache() function
215 static inline int nfs_readpage_from_fscache(struct nfs_open_context *ctx, in nfs_readpage_from_fscache() function
H A Dread.c350 error = nfs_readpage_from_fscache(ctx, inode, page); in nfs_readpage()