Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfscrypt.h331 static inline struct page *fscrypt_pagecache_page(struct page *bounce_page) in fscrypt_pagecache_page() function
518 static inline struct page *fscrypt_pagecache_page(struct page *bounce_page) in fscrypt_pagecache_page() function
1117 *pagep = fscrypt_pagecache_page(page); in fscrypt_finalize_bounce_page()
/linux/fs/ceph/
H A Dcrypto.h170 return fscrypt_is_bounce_page(page) ? fscrypt_pagecache_page(page) : page; in ceph_fscrypt_pagecache_page()
H A Daddr.c899 page = fscrypt_pagecache_page(page); in writepages_finish()