Searched refs:FSTR_INIT (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | dir.c | 193 struct fscrypt_str decrypted_name = FSTR_INIT(NULL, de_name_len); in f2fs_match_ci_name() 199 FSTR_INIT((u8 *)de_name, de_name_len); in f2fs_match_ci_name() 526 struct fscrypt_str dot = FSTR_INIT(".", 1); in f2fs_do_make_empty_dir() 527 struct fscrypt_str dotdot = FSTR_INIT("..", 2); in f2fs_do_make_empty_dir() 1003 struct fscrypt_str de_name = FSTR_INIT(NULL, 0); in f2fs_fill_dentries() 1091 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in f2fs_readdir()
|
/openbmc/linux/fs/ubifs/ |
H 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()
|
/openbmc/linux/fs/ext4/ |
H A D | dir.c | 135 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in ext4_readdir() 280 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() 1407 struct fscrypt_str decrypted_name = FSTR_INIT(NULL, de_name_len); in ext4_ci_compare() 1413 FSTR_INIT(de_name, de_name_len); in ext4_ci_compare()
|
/openbmc/linux/fs/ceph/ |
H A D | crypto.c | 382 struct fscrypt_str _tname = FSTR_INIT(NULL, 0); in ceph_fname_to_usr()
|
H A D | export.c | 572 struct fscrypt_str oname = FSTR_INIT(NULL, 0); in ceph_get_name()
|
H A D | dir.c | 961 struct fscrypt_str osd_link = FSTR_INIT(NULL, 0); in prep_encrypted_symlink_target()
|
H A D | mds_client.c | 446 struct fscrypt_str tname = FSTR_INIT(NULL, 0); in parse_reply_info_readdir() 447 struct fscrypt_str oname = FSTR_INIT(NULL, 0); in parse_reply_info_readdir()
|
H A D | inode.c | 1524 struct fscrypt_str oname = FSTR_INIT(NULL, 0); in ceph_fill_trace()
|
/openbmc/linux/include/linux/ |
H A D | fscrypt.h | 52 #define FSTR_INIT(n, l) { .name = n, .len = l } macro
|
/openbmc/linux/fs/btrfs/ |
H A D | super.c | 1098 struct fscrypt_str name = FSTR_INIT("default", 7); in get_default_subvol_objectid()
|
H A D | ioctl.c | 988 struct fscrypt_str name_str = FSTR_INIT((char *)name, namelen); in btrfs_mksubvol() 2931 struct fscrypt_str name = FSTR_INIT("default", 7); in btrfs_ioctl_default_subvol()
|
H A D | send.c | 2002 struct fscrypt_str name_str = FSTR_INIT((char *)name, name_len); in lookup_dir_item_inode()
|
H A D | inode.c | 4344 struct fscrypt_str name = FSTR_INIT("default", 7); in may_destroy_subvol()
|