/openbmc/linux/lib/ |
H A D | test_printf.c | 465 .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),
|
/openbmc/linux/fs/f2fs/ |
H A D | hash.c | 128 struct qstr tmp = QSTR_INIT(name, len); in f2fs_hash_filename()
|
H A D | dir.c | 194 struct qstr entry = QSTR_INIT(de_name, de_name_len); in f2fs_match_ci_name()
|
/openbmc/linux/fs/ |
H A D | anon_inodes.c | 63 const struct qstr qname = QSTR_INIT(name, strlen(name)); in anon_inode_make_secure_inode()
|
H A D | file_table.c | 325 struct qstr this = QSTR_INIT(name, strlen(name)); in alloc_file_pseudo()
|
H A D | dcache.c | 83 const struct qstr empty_name = QSTR_INIT("", 0); 85 const struct qstr slash_name = QSTR_INIT("/", 1); 87 const struct qstr dotdot_name = QSTR_INIT("..", 2);
|
H A D | libfs.c | 1762 struct qstr qstr = QSTR_INIT(str, len); in generic_ci_d_compare()
|
H A D | namei.c | 2886 struct qstr this = QSTR_INIT("pts", 3); in path_pts()
|
/openbmc/linux/mm/ |
H A D | secretmem.c | 198 const struct qstr qname = QSTR_INIT(anon_name, strlen(anon_name)); in secretmem_file_create()
|
/openbmc/linux/fs/crypto/ |
H A D | hooks.c | 272 struct qstr iname = QSTR_INIT(target, len); in __fscrypt_encrypt_symlink()
|
/openbmc/linux/include/linux/ |
H A D | dcache.h | 59 #define QSTR_INIT(n,l) { { { .len = l } }, .name = n } macro
|
H A D | fscrypt.h | 53 #define FSTR_TO_QSTR(f) QSTR_INIT((f)->name, (f)->len)
|
/openbmc/linux/fs/ext4/ |
H A D | hash.c | 264 struct qstr qname = QSTR_INIT(name, len); in __ext4fs_dirhash()
|
H A D | fast_commit.c | 1438 struct qstr qstr_dname = QSTR_INIT(darg->dname, darg->dname_len); in ext4_fc_replay_link_internal()
|
H A D | namei.c | 1408 struct qstr entry = QSTR_INIT(de_name, de_name_len); in ext4_ci_compare()
|
/openbmc/linux/net/sunrpc/ |
H A D | rpc_pipe.c | 634 struct qstr q = QSTR_INIT(name, strlen(name)); in __rpc_lookup_create_exclusive() 1194 struct qstr dir = QSTR_INIT(dir_name, strlen(dir_name)); in rpc_d_lookup_sb() 1304 struct qstr q = QSTR_INIT(files[RPCAUTH_gssd].name, in rpc_gssd_dummy_populate()
|
/openbmc/linux/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 | 1021 const struct qstr name = QSTR_INIT(".", 1); in fuse_get_dentry()
|
/openbmc/linux/fs/erofs/ |
H A D | xattr.c | 419 it.name = (struct qstr)QSTR_INIT(name, strlen(name)); in erofs_getxattr()
|
/openbmc/linux/fs/kernfs/ |
H A D | file.c | 945 name = (struct qstr)QSTR_INIT(kn->name, strlen(kn->name)); in kernfs_notify_workfn()
|
/openbmc/linux/fs/overlayfs/ |
H A D | namei.c | 696 *name = (struct qstr) QSTR_INIT(n, s - n); in ovl_get_index_name_fh()
|
/openbmc/linux/security/selinux/ |
H A D | selinuxfs.c | 2144 struct qstr null_name = QSTR_INIT(NULL_FILE_NAME, in init_sel_fs()
|
/openbmc/linux/fs/nfs/ |
H A D | dir.c | 725 struct qstr filename = QSTR_INIT(entry->name, entry->len); in nfs_prime_dcache()
|
/openbmc/linux/fs/proc/ |
H A D | base.c | 2127 struct qstr qname = QSTR_INIT(name, len); in proc_fill_cache()
|