Searched refs:fscrypt_pagecache_page (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dfscrypt.h331 static inline struct page *fscrypt_pagecache_page(struct page *bounce_page) function
518 static inline struct page *fscrypt_pagecache_page(struct page *bounce_page) function
1117 *pagep = fscrypt_pagecache_page(page);
/linux-master/fs/ceph/
H A Dcrypto.h170 return fscrypt_is_bounce_page(page) ? fscrypt_pagecache_page(page) : page;
H A Daddr.c863 page = fscrypt_pagecache_page(page);
/linux-master/fs/f2fs/
H A Ddata.c560 target = fscrypt_pagecache_page(target);

Completed in 157 milliseconds