Searched refs:fscrypt_prepare_setflags (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | fscrypt.h | 245 int fscrypt_prepare_setflags(struct inode *inode, 541 static inline int fscrypt_prepare_setflags(struct inode *inode, in fscrypt_prepare_setflags() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fscrypt.h | 375 int fscrypt_prepare_setflags(struct inode *inode, 715 static inline int fscrypt_prepare_setflags(struct inode *inode, in fscrypt_prepare_setflags() function
|
/kernel/linux/linux-5.10/fs/crypto/ |
H A D | hooks.c | 126 * fscrypt_prepare_setflags() - prepare to change flags with FS_IOC_SETFLAGS 136 int fscrypt_prepare_setflags(struct inode *inode, in fscrypt_prepare_setflags() function
|
/kernel/linux/linux-6.6/fs/crypto/ |
H A D | hooks.c | 159 * fscrypt_prepare_setflags() - prepare to change flags with FS_IOC_SETFLAGS 169 int fscrypt_prepare_setflags(struct inode *inode, in fscrypt_prepare_setflags() function
|
/kernel/linux/linux-6.6/fs/ |
H A D | ioctl.c | 599 err = fscrypt_prepare_setflags(inode, old_ma->flags, fa->flags); in fileattr_set_prepare()
|
/kernel/linux/linux-5.10/fs/ |
H A D | inode.c | 2366 return fscrypt_prepare_setflags(inode, oldflags, flags); in vfs_ioc_setflags_prepare()
|
Completed in 10 milliseconds