Home
last modified time | relevance | path

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

12

/linux/lib/
A Dtest_printf.c465 .d_name = QSTR_INIT(test_dentry[0].d_iname, 3),
468 .d_name = QSTR_INIT(test_dentry[1].d_iname, 5),
471 .d_name = QSTR_INIT(test_dentry[2].d_iname, 4),
474 .d_name = QSTR_INIT(test_dentry[3].d_iname, 5),
/linux/fs/bcachefs/
A Dxattr.h33 { .type = _type, .name = QSTR_INIT(_name, _len) })
A Ddirent.c37 return (struct qstr) QSTR_INIT(d.v->d_name, bch2_dirent_name_bytes(d)); in bch2_dirent_get_name()
/linux/fs/f2fs/
A Dhash.c128 struct qstr tmp = QSTR_INIT(name, len); in f2fs_hash_filename()
/linux/fs/
A Danon_inodes.c63 const struct qstr qname = QSTR_INIT(name, strlen(name)); in anon_inode_make_secure_inode()
A Dfile_table.c335 struct qstr this = QSTR_INIT(name, strlen(name)); in alloc_path_pseudo()
A Ddcache.c85 const struct qstr empty_name = QSTR_INIT("", 0);
87 const struct qstr slash_name = QSTR_INIT("/", 1);
89 const struct qstr dotdot_name = QSTR_INIT("..", 2);
A Dlibfs.c1896 struct qstr dirent = QSTR_INIT(de_name, de_name_len); in generic_ci_match()
/linux/fs/xfs/scrub/
A Dorphanage.c435 struct qstr qname = QSTR_INIT(adopt->xname->name, in xrep_adoption_check_dcache()
472 struct qstr qname = QSTR_INIT(adopt->xname->name, in xrep_adoption_zap_dcache()
A Ddirtree_repair.c289 struct qstr qname = QSTR_INIT(name->name, name->len); in xrep_dirtree_purge_dentry()
/linux/mm/
A Dsecretmem.c198 const struct qstr qname = QSTR_INIT(anon_name, strlen(anon_name)); in secretmem_file_create()
/linux/fs/crypto/
A Dhooks.c287 struct qstr iname = QSTR_INIT(target, len); in __fscrypt_encrypt_symlink()
/linux/include/linux/
A Ddcache.h59 #define QSTR_INIT(n,l) { { { .len = l } }, .name = n } macro
A Dfscrypt.h53 #define FSTR_TO_QSTR(f) QSTR_INIT((f)->name, (f)->len)
/linux/fs/ext4/
A Dhash.c264 struct qstr qname = QSTR_INIT(name, len); in __ext4fs_dirhash()
A Dfast_commit.c1438 struct qstr qstr_dname = QSTR_INIT(darg->dname, darg->dname_len); in ext4_fc_replay_link_internal()
/linux/net/sunrpc/
A Drpc_pipe.c633 struct qstr q = QSTR_INIT(name, strlen(name)); in __rpc_lookup_create_exclusive()
1193 struct qstr dir = QSTR_INIT(dir_name, strlen(dir_name)); in rpc_d_lookup_sb()
1303 struct qstr q = QSTR_INIT(files[RPCAUTH_gssd].name, in rpc_gssd_dummy_populate()
/linux/fs/fuse/
A Dreaddir.c157 struct qstr name = QSTR_INIT(dirent->name, dirent->namelen); in fuse_direntplus_link()
A Dinode.c1026 const struct qstr name = QSTR_INIT(".", 1); in fuse_get_dentry()
/linux/fs/erofs/
A Dxattr.c410 it.name = (struct qstr)QSTR_INIT(name, strlen(name)); in erofs_getxattr()
/linux/fs/kernfs/
A Dfile.c930 name = (struct qstr)QSTR_INIT(kn->name, strlen(kn->name)); in kernfs_notify_workfn()
/linux/fs/overlayfs/
A Dnamei.c714 *name = (struct qstr) QSTR_INIT(n, s - n); in ovl_get_index_name_fh()
/linux/security/selinux/
A Dselinuxfs.c2132 struct qstr null_name = QSTR_INIT(NULL_FILE_NAME, in init_sel_fs()
/linux/fs/nfs/
A Ddir.c727 struct qstr filename = QSTR_INIT(entry->name, entry->len); in nfs_prime_dcache()
/linux/fs/proc/
A Dbase.c2120 struct qstr qname = QSTR_INIT(name, len); in proc_fill_cache()

Completed in 89 milliseconds

12