Searched refs:QSTR_INIT (Results 1 – 20 of 20) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | xattr.h | 34 { .type = _type, .name = QSTR_INIT(_name, _len) })
|
| H A D | dirent.c | 19 *out_cf = (struct qstr) QSTR_INIT(NULL, 0); in bch2_casefold() 31 *out_cf = (struct qstr) QSTR_INIT(buf, ret); in bch2_casefold() 63 return (struct qstr) QSTR_INIT(&d.v->d_cf_name_block.d_names[0], name_len); in bch2_dirent_get_name() 65 return (struct qstr) QSTR_INIT(d.v->d_name, bch2_dirent_name_bytes(d)); in bch2_dirent_get_name() 74 return (struct qstr) QSTR_INIT(&d.v->d_cf_name_block.d_names[name_len], cf_name_len); in bch2_dirent_get_casefold_name() 76 return (struct qstr) QSTR_INIT(NULL, 0); in bch2_dirent_get_casefold_name()
|
| /linux-6.15/lib/tests/ |
| H A D | printf_kunit.c | 454 .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-6.15/fs/f2fs/ |
| H A D | hash.c | 128 struct qstr tmp = QSTR_INIT(name, len); in f2fs_hash_filename()
|
| /linux-6.15/include/linux/ |
| H A D | dcache.h | 59 #define QSTR_INIT(n,l) { { { .len = l } }, .name = n } macro 60 #define QSTR(n) (struct qstr)QSTR_INIT(n, strlen(n))
|
| H A D | fscrypt.h | 53 #define FSTR_TO_QSTR(f) QSTR_INIT((f)->name, (f)->len)
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | orphanage.c | 438 struct qstr qname = QSTR_INIT(adopt->xname->name, in xrep_adoption_check_dcache() 475 struct qstr qname = QSTR_INIT(adopt->xname->name, in xrep_adoption_zap_dcache()
|
| H A D | dirtree_repair.c | 289 struct qstr qname = QSTR_INIT(name->name, name->len); in xrep_dirtree_purge_dentry()
|
| /linux-6.15/fs/crypto/ |
| H A D | hooks.c | 287 struct qstr iname = QSTR_INIT(target, len); in __fscrypt_encrypt_symlink()
|
| /linux-6.15/fs/ext4/ |
| H A D | hash.c | 264 struct qstr qname = QSTR_INIT(name, len); in __ext4fs_dirhash()
|
| H A D | fast_commit.c | 1417 struct qstr qstr_dname = QSTR_INIT(darg->dname, darg->dname_len); in ext4_fc_replay_link_internal()
|
| /linux-6.15/fs/fuse/ |
| H A D | readdir.c | 157 struct qstr name = QSTR_INIT(dirent->name, dirent->namelen); in fuse_direntplus_link()
|
| H A D | inode.c | 1069 const struct qstr name = QSTR_INIT(".", 1); in fuse_get_dentry()
|
| /linux-6.15/fs/ |
| H A D | dcache.c | 90 const struct qstr empty_name = QSTR_INIT("", 0); 92 const struct qstr slash_name = QSTR_INIT("/", 1); 94 const struct qstr dotdot_name = QSTR_INIT("..", 2);
|
| H A D | libfs.c | 1885 struct qstr dirent = QSTR_INIT(de_name, de_name_len); in generic_ci_match()
|
| H A D | namei.c | 3097 struct qstr this = QSTR_INIT("pts", 3); in path_pts()
|
| /linux-6.15/fs/overlayfs/ |
| H A D | namei.c | 712 *name = (struct qstr) QSTR_INIT(n, s - n); in ovl_get_index_name_fh()
|
| /linux-6.15/security/selinux/ |
| H A D | selinuxfs.c | 2136 struct qstr null_name = QSTR_INIT(NULL_FILE_NAME, in init_sel_fs()
|
| /linux-6.15/fs/nfs/ |
| H A D | dir.c | 729 struct qstr filename = QSTR_INIT(entry->name, entry->len); in nfs_prime_dcache()
|
| /linux-6.15/fs/proc/ |
| H A D | base.c | 2119 struct qstr qname = QSTR_INIT(name, len); in proc_fill_cache()
|