Searched refs:FSTR_INIT (Results 1 – 15 of 15) sorted by relevance
| /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/f2fs/ |
| A D | dir.c | 460 struct fscrypt_str dot = FSTR_INIT(".", 1); in f2fs_do_make_empty_dir() 461 struct fscrypt_str dotdot = FSTR_INIT("..", 2); in f2fs_do_make_empty_dir() 938 struct fscrypt_str de_name = FSTR_INIT(NULL, 0); in f2fs_fill_dentries() 1026 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in f2fs_readdir()
|
| /linux/fs/ext4/ |
| A D | dir.c | 135 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in ext4_readdir() 281 FSTR_INIT(de->name, in ext4_readdir()
|
| 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/ |
| A D | crypto.c | 385 struct fscrypt_str _tname = FSTR_INIT(NULL, 0); in ceph_fname_to_usr()
|
| A D | export.c | 575 struct fscrypt_str oname = FSTR_INIT(NULL, 0); in ceph_get_name()
|
| A D | dir.c | 990 struct fscrypt_str osd_link = FSTR_INIT(NULL, 0); in prep_encrypted_symlink_target()
|
| 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()
|
| A D | inode.c | 1557 struct fscrypt_str oname = FSTR_INIT(NULL, 0); in ceph_fill_trace()
|
| /linux/include/linux/ |
| A D | fscrypt.h | 52 #define FSTR_INIT(n, l) { .name = n, .len = l } macro
|
| /linux/fs/ |
| A D | libfs.c | 1895 struct fscrypt_str decrypted_name = FSTR_INIT(NULL, de_name_len); in generic_ci_match() 1901 FSTR_INIT((u8 *) de_name, de_name_len); in generic_ci_match()
|
| /linux/fs/btrfs/ |
| A D | ioctl.c | 997 struct fscrypt_str name_str = FSTR_INIT((char *)name, namelen); in btrfs_mksubvol() 2957 struct fscrypt_str name = FSTR_INIT("default", 7); in btrfs_ioctl_default_subvol()
|
| A D | super.c | 913 struct fscrypt_str name = FSTR_INIT("default", 7); in get_default_subvol_objectid()
|
| A D | send.c | 2002 struct fscrypt_str name_str = FSTR_INIT((char *)name, name_len); in lookup_dir_item_inode()
|
| A D | inode.c | 4419 struct fscrypt_str name = FSTR_INIT("default", 7); in may_destroy_subvol()
|
Completed in 89 milliseconds