Home
last modified time | relevance | path

Searched refs:QSTR_INIT (Results 1 – 21 of 21) sorted by relevance

/linux/fs/bcachefs/
H A Dxattr.h34 { .type = _type, .name = QSTR_INIT(_name, _len) })
H A Ddirent.c20 *out_cf = (struct qstr) QSTR_INIT(NULL, 0); in bch2_casefold()
34 *out_cf = (struct qstr) QSTR_INIT(buf, ret); in bch2_casefold()
64 return (struct qstr) QSTR_INIT(&d.v->d_cf_name_block.d_names[0], name_len); in bch2_dirent_get_name()
66 return (struct qstr) QSTR_INIT(d.v->d_name, bch2_dirent_name_bytes(d)); in bch2_dirent_get_name()
75 return (struct qstr) QSTR_INIT(&d.v->d_cf_name_block.d_names[name_len], cf_name_len); in bch2_dirent_get_casefold_name()
77 return (struct qstr) QSTR_INIT(NULL, 0); in bch2_dirent_get_casefold_name()
H A Dstr_hash.c60 struct qstr renamed_name = (struct qstr) QSTR_INIT(renamed_buf, in bch2_fsck_rename_dirent()
/linux/lib/tests/
H A Dprintf_kunit.c454 .d_name = QSTR_INIT(test_dentry[0].d_iname, 3),
457 .d_name = QSTR_INIT(test_dentry[1].d_iname, 5),
460 .d_name = QSTR_INIT(test_dentry[2].d_iname, 4),
463 .d_name = QSTR_INIT(test_dentry[3].d_iname, 5),
/linux/fs/f2fs/
H A Dhash.c128 struct qstr tmp = QSTR_INIT(name, len); in f2fs_hash_filename()
/linux/fs/xfs/scrub/
H A Dorphanage.c437 struct qstr qname = QSTR_INIT(adopt->xname->name, in xrep_adoption_check_dcache()
474 struct qstr qname = QSTR_INIT(adopt->xname->name, in xrep_adoption_zap_dcache()
H A Ddirtree_repair.c289 struct qstr qname = QSTR_INIT(name->name, name->len); in xrep_dirtree_purge_dentry()
/linux/fs/crypto/
H A Dhooks.c289 struct qstr iname = QSTR_INIT(target, len); in __fscrypt_encrypt_symlink()
/linux/fs/ext4/
H A Dhash.c264 struct qstr qname = QSTR_INIT(name, len); in __ext4fs_dirhash()
H A Dfast_commit.c1445 struct qstr qstr_dname = QSTR_INIT(darg->dname, darg->dname_len); in ext4_fc_replay_link_internal()
/linux/fs/ceph/
H A Dcrypto.c297 &(struct qstr)QSTR_INIT(p, name_len), in ceph_encode_encrypted_dname()
/linux/include/linux/
H A Dfscrypt.h53 #define FSTR_TO_QSTR(f) QSTR_INIT((f)->name, (f)->len)
/linux/fs/
H A Ddcache.c91 const struct qstr empty_name = QSTR_INIT("", 0);
93 const struct qstr slash_name = QSTR_INIT("/", 1);
95 const struct qstr dotdot_name = QSTR_INIT("..", 2);
H A Dlibfs.c1907 struct qstr dirent = QSTR_INIT(de_name, de_name_len); in generic_ci_match()
H A Dnamei.c3104 struct qstr this = QSTR_INIT("pts", 3); in path_pts()
/linux/fs/ecryptfs/
H A Dinode.c397 struct qstr qname = QSTR_INIT(ecryptfs_dentry->d_name.name, in ecryptfs_lookup()
/linux/security/selinux/
H A Dselinuxfs.c2135 struct qstr null_name = QSTR_INIT(NULL_FILE_NAME, in init_sel_fs()
/linux/fs/fuse/
H A Dinode.c1069 const struct qstr name = QSTR_INIT(".", 1); in fuse_get_dentry()
/linux/fs/nfs/
H A Ddir.c729 struct qstr filename = QSTR_INIT(entry->name, entry->len); in nfs_prime_dcache()
/linux/fs/proc/
H A Dbase.c2125 struct qstr qname = QSTR_INIT(name, len); in proc_fill_cache()
/linux/fs/btrfs/
H A Dioctl.c1190 struct qstr qname = QSTR_INIT(name, strlen(name)); in __btrfs_ioctl_snap_create()