函数源码

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source File:include\linux\fscrypt.h Create Date:2022-07-29 10:32:13
首页 Copyright©Brick

300
301
302
303
304
305
static inline int fscrypt_decrypt_pagecache_blocks(struct page *page,
                           unsigned int len,
                           unsigned int offs)
{
    return -EOPNOTSUPP;
}