Home
last modified time | relevance | path

Searched refs:FADVISE_ENCRYPT_BIT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Df2fs.h638 #define FADVISE_ENCRYPT_BIT 0x04 macro
652 #define file_is_encrypt(inode) is_file(inode, FADVISE_ENCRYPT_BIT)
653 #define file_set_encrypt(inode) set_file(inode, FADVISE_ENCRYPT_BIT)
654 #define file_clear_encrypt(inode) clear_file(inode, FADVISE_ENCRYPT_BIT)
/kernel/linux/linux-6.6/fs/f2fs/
H A Df2fs.h720 #define FADVISE_ENCRYPT_BIT 0x04 macro
737 #define file_is_encrypt(inode) is_file(inode, FADVISE_ENCRYPT_BIT)
738 #define file_set_encrypt(inode) set_file(inode, FADVISE_ENCRYPT_BIT)

Completed in 18 milliseconds