Searched refs:FSTR_INIT (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/ext4/ |
| H A D | dir.c | 139 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in ext4_readdir() 300 FSTR_INIT(de->name, in ext4_readdir()
|
| H A D | namei.c | 641 FSTR_INIT(NULL, 0); in dx_show_leaf() 656 FSTR_INIT(name, len); in dx_show_leaf() 1046 struct fscrypt_str fname_crypto_str = FSTR_INIT(NULL, 0), tmp_str; in htree_dirblock_to_tree() 1114 struct fscrypt_str de_name = FSTR_INIT(de->name, in htree_dirblock_to_tree()
|
| /linux/include/linux/ |
| H A D | fscrypt.h | 52 #define FSTR_INIT(n, l) { .name = n, .len = l } macro
|
| /linux/fs/btrfs/ |
| H A D | super.c | 917 struct fscrypt_str name = FSTR_INIT("default", 7); in get_default_subvol_objectid()
|
| H A D | ioctl.c | 875 struct fscrypt_str name_str = FSTR_INIT((char *)qname->name, qname->len); in btrfs_mksubvol() 2789 struct fscrypt_str name = FSTR_INIT("default", 7); in btrfs_ioctl_default_subvol()
|
| H A D | send.c | 1935 struct fscrypt_str name_str = FSTR_INIT((char *)name, name_len); in lookup_dir_item_inode()
|
| H A D | inode.c | 4696 struct fscrypt_str name = FSTR_INIT("default", 7); in may_destroy_subvol()
|