Searched refs:FSTR_INIT (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/fs/f2fs/ |
D | dir.c | 224 struct fscrypt_str decrypted_name = FSTR_INIT(NULL, de_name_len); in f2fs_match_ci_name() 230 FSTR_INIT((u8 *)de_name, de_name_len); in f2fs_match_ci_name() 531 struct fscrypt_str dot = FSTR_INIT(".", 1); in f2fs_do_make_empty_dir() 532 struct fscrypt_str dotdot = FSTR_INIT("..", 2); in f2fs_do_make_empty_dir() 1000 struct fscrypt_str de_name = FSTR_INIT(NULL, 0); in f2fs_fill_dentries() 1089 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in f2fs_readdir()
|
/Linux-v6.1/fs/ubifs/ |
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-v6.1/fs/ext4/ |
D | dir.c | 135 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in ext4_readdir() 280 FSTR_INIT(de->name, in ext4_readdir()
|
D | namei.c | 670 FSTR_INIT(NULL, 0); in dx_show_leaf() 685 FSTR_INIT(name, len); in dx_show_leaf() 1067 struct fscrypt_str fname_crypto_str = FSTR_INIT(NULL, 0), tmp_str; in htree_dirblock_to_tree() 1130 struct fscrypt_str de_name = FSTR_INIT(de->name, in htree_dirblock_to_tree() 1385 struct fscrypt_str decrypted_name = FSTR_INIT(NULL, de_name_len); in ext4_ci_compare() 1391 FSTR_INIT(de_name, de_name_len); in ext4_ci_compare()
|
/Linux-v6.1/include/linux/ |
D | fscrypt.h | 52 #define FSTR_INIT(n, l) { .name = n, .len = l } macro
|