Searched refs:FSTR_INIT (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/ |
D | fscrypt.h | 37 #define FSTR_INIT(n, l) { .name = n, .len = l } macro
|
/Linux-v4.19/fs/ubifs/ |
D | xattr.c | 288 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_set() 349 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_get() 536 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_remove()
|
/Linux-v4.19/fs/ext4/ |
D | dir.c | 112 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in ext4_readdir() 257 FSTR_INIT(de->name, in ext4_readdir()
|
D | namei.c | 618 FSTR_INIT(NULL, 0); in dx_show_leaf() 639 FSTR_INIT(name, len); in dx_show_leaf() 974 struct fscrypt_str fname_crypto_str = FSTR_INIT(NULL, 0), tmp_str; in htree_dirblock_to_tree() 1025 struct fscrypt_str de_name = FSTR_INIT(de->name, in htree_dirblock_to_tree()
|
/Linux-v4.19/fs/f2fs/ |
D | dir.c | 785 struct fscrypt_str de_name = FSTR_INIT(NULL, 0); in f2fs_fill_dentries() 844 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in f2fs_readdir()
|