Searched refs:FSTR_INIT (Results 1 – 15 of 15) sorted by relevance
/linux/fs/ubifs/ |
H A D | xattr.c | 255 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_set() 318 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_get() 560 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; in ubifs_xattr_remove()
|
/linux/fs/f2fs/ |
H A D | dir.c | 483 struct fscrypt_str dot = FSTR_INIT(".", 1); in make_empty_dir() 484 struct fscrypt_str dotdot = FSTR_INIT("..", 2); in make_empty_dir() 961 struct fscrypt_str de_name = FSTR_INIT(NULL, 0); in f2fs_fill_dentries() 1049 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in f2fs_readdir()
|
/linux/fs/ext4/ |
H A D | dir.c | 135 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in ext4_readdir() 281 FSTR_INIT(de->name, in ext4_readdir()
|
H A D | namei.c | 673 FSTR_INIT(NULL, 0); in dx_show_leaf() 688 FSTR_INIT(name, len); in dx_show_leaf() 1078 struct fscrypt_str fname_crypto_str = FSTR_INIT(NULL, 0), tmp_str; in htree_dirblock_to_tree() 1146 struct fscrypt_str de_name = FSTR_INIT(de->name, in htree_dirblock_to_tree()
|
/linux/fs/ceph/ |
H A D | crypto.c | 385 struct fscrypt_str _tname = FSTR_INIT(NULL, 0); in ceph_fname_to_usr()
|
H A D | export.c | 581 struct fscrypt_str oname = FSTR_INIT(NULL, 0); in ceph_get_name()
|
H A D | dir.c | 990 struct fscrypt_str osd_link = FSTR_INIT(NULL, 0); in prep_encrypted_symlink_target()
|
H A D | mds_client.c | 448 struct fscrypt_str tname = FSTR_INIT(NULL, 0); in parse_reply_info_readdir() 449 struct fscrypt_str oname = FSTR_INIT(NULL, 0); in parse_reply_info_readdir()
|
H A D | inode.c | 1557 struct fscrypt_str oname = FSTR_INIT(NULL, 0); in ceph_fill_trace()
|
/linux/include/linux/ |
H A D | fscrypt.h | 52 #define FSTR_INIT(n, l) { .name = n, .len = l } macro
|
/linux/fs/ |
H A D | libfs.c | 1884 struct fscrypt_str decrypted_name = FSTR_INIT(NULL, de_name_len); in generic_ci_match() 1890 FSTR_INIT((u8 *) de_name, de_name_len); in generic_ci_match()
|
/linux/fs/btrfs/ |
H A D | super.c | 912 struct fscrypt_str name = FSTR_INIT("default", 7); in get_default_subvol_objectid()
|
H A D | ioctl.c | 907 struct fscrypt_str name_str = FSTR_INIT((char *)name, namelen); in btrfs_mksubvol() 2872 struct fscrypt_str name = FSTR_INIT("default", 7); in btrfs_ioctl_default_subvol()
|
H A D | send.c | 1994 struct fscrypt_str name_str = FSTR_INIT((char *)name, name_len); in lookup_dir_item_inode()
|
H A D | inode.c | 4473 struct fscrypt_str name = FSTR_INIT("default", 7); in may_destroy_subvol()
|