Home
last modified time | relevance | path

Searched refs:f2fs_get_encryption_info (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/fs/f2fs/
Dcrypto_policy.c155 res = f2fs_get_encryption_info(parent); in f2fs_is_child_context_consistent_with_parent()
158 res = f2fs_get_encryption_info(child); in f2fs_is_child_context_consistent_with_parent()
190 res = f2fs_get_encryption_info(parent); in f2fs_inherit_context()
Dnamei.c366 err = f2fs_get_encryption_info(inode); in f2fs_symlink()
572 int err = f2fs_get_encryption_info(dir); in f2fs_tmpfile()
938 res = f2fs_get_encryption_info(inode); in f2fs_encrypted_follow_link()
Dfile.c423 int err = f2fs_get_encryption_info(inode); in f2fs_file_mmap()
445 ret = f2fs_get_encryption_info(inode); in f2fs_file_open()
674 f2fs_get_encryption_info(inode)) in f2fs_setattr()
1693 f2fs_get_encryption_info(inode)) in f2fs_file_write_iter()
Dcrypto_fname.c384 ret = f2fs_get_encryption_info(dir); in f2fs_fname_setup_filename()
Ddir.c836 err = f2fs_get_encryption_info(inode); in f2fs_readdir()
Df2fs.h2173 static inline int f2fs_get_encryption_info(struct inode *inode) in f2fs_get_encryption_info() function
2198 static inline int f2fs_get_encryption_info(struct inode *i) { return 0; } in f2fs_get_encryption_info() function