Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/scrub/
Dxfile.h9 struct xfile_page { struct
15 static inline bool xfile_page_cached(const struct xfile_page *xfpage) in xfile_page_cached() argument
20 static inline pgoff_t xfile_page_index(const struct xfile_page *xfpage) in xfile_page_index()
74 struct xfile_page *xbuf);
75 int xfile_put_page(struct xfile *xf, struct xfile_page *xbuf);
Dxfile.c323 struct xfile_page *xfpage) in xfile_get_page()
395 struct xfile_page *xfpage) in xfile_put_page()
412 memset(xfpage, 0, sizeof(struct xfile_page)); in xfile_put_page()
Dxfarray.h87 struct xfile_page xfpage;