Searched refs:FSTR_INIT (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/f2fs/ |
| A D | dir.c | 223 struct fscrypt_str decrypted_name = FSTR_INIT(NULL, de_name_len); in f2fs_match_ci_name() 229 FSTR_INIT((u8 *)de_name, de_name_len); in f2fs_match_ci_name() 530 struct fscrypt_str dot = FSTR_INIT(".", 1); in f2fs_do_make_empty_dir() 531 struct fscrypt_str dotdot = FSTR_INIT("..", 2); in f2fs_do_make_empty_dir() 999 struct fscrypt_str de_name = FSTR_INIT(NULL, 0); in f2fs_fill_dentries() 1087 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in f2fs_readdir()
|
| /linux/fs/ubifs/ |
| A D | xattr.c | 268 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_set() 331 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_get() 599 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_remove()
|
| /linux/fs/ext4/ |
| A D | dir.c | 135 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in ext4_readdir() 280 FSTR_INIT(de->name, in ext4_readdir()
|
| A D | namei.c | 642 FSTR_INIT(NULL, 0); in dx_show_leaf() 657 FSTR_INIT(name, len); in dx_show_leaf() 1023 struct fscrypt_str fname_crypto_str = FSTR_INIT(NULL, 0), tmp_str; in htree_dirblock_to_tree() 1086 struct fscrypt_str de_name = FSTR_INIT(de->name, in htree_dirblock_to_tree() 1334 struct fscrypt_str decrypted_name = FSTR_INIT(NULL, de_name_len); in ext4_ci_compare() 1340 FSTR_INIT(de_name, de_name_len); in ext4_ci_compare()
|
| /linux/include/linux/ |
| A D | fscrypt.h | 41 #define FSTR_INIT(n, l) { .name = n, .len = l } macro
|
Completed in 773 milliseconds