Home
last modified time | relevance | path

Searched refs:FSTR_INIT (Results 1 – 7 of 7) sorted by relevance

/linux/fs/ext4/
H A Ddir.c139 struct fscrypt_str fstr = FSTR_INIT(NULL, 0); in ext4_readdir()
300 FSTR_INIT(de->name, in ext4_readdir()
H A Dnamei.c641 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 Dfscrypt.h52 #define FSTR_INIT(n, l) { .name = n, .len = l } macro
/linux/fs/btrfs/
H A Dsuper.c917 struct fscrypt_str name = FSTR_INIT("default", 7); in get_default_subvol_objectid()
H A Dioctl.c875 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 Dsend.c1935 struct fscrypt_str name_str = FSTR_INIT((char *)name, name_len); in lookup_dir_item_inode()
H A Dinode.c4696 struct fscrypt_str name = FSTR_INIT("default", 7); in may_destroy_subvol()