/kernel/linux/linux-5.10/lib/ |
D | test_printf.c | 457 .d_name = QSTR_INIT(test_dentry[0].d_iname, 3), 460 .d_name = QSTR_INIT(test_dentry[1].d_iname, 5), 463 .d_name = QSTR_INIT(test_dentry[2].d_iname, 4), 466 .d_name = QSTR_INIT(test_dentry[3].d_iname, 5),
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
D | hmdfs_share.c | 215 struct qstr candidate = QSTR_INIT(filename, strlen(filename)); in reset_item_opened_status() 281 struct qstr candidate = QSTR_INIT(filename, strlen(filename)); in hmdfs_check_share_access_permission()
|
D | inode_local.c | 176 struct qstr candidate = QSTR_INIT(name, namelen); in hmdfs_name_match()
|
/kernel/linux/linux-5.10/fs/crypto/ |
D | hooks.c | 239 struct qstr iname = QSTR_INIT(target, len); in __fscrypt_encrypt_symlink()
|
/kernel/linux/linux-5.10/include/linux/ |
D | dcache.h | 57 #define QSTR_INIT(n,l) { { { .len = l } }, .name = n } macro
|
D | fscrypt.h | 42 #define FSTR_TO_QSTR(f) QSTR_INIT((f)->name, (f)->len)
|
/kernel/linux/linux-5.10/fs/ |
D | file_table.c | 222 struct qstr this = QSTR_INIT(name, strlen(name)); in alloc_file_pseudo()
|
D | dcache.c | 83 const struct qstr empty_name = QSTR_INIT("", 0); 85 const struct qstr slash_name = QSTR_INIT("/", 1);
|
D | libfs.c | 1414 struct qstr qstr = QSTR_INIT(str, len); in generic_ci_d_compare()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
D | namei.c | 432 struct qstr dotdot = QSTR_INIT("..", 2); in f2fs_get_parent() 446 struct qstr dot = QSTR_INIT(".", 1); in __recover_dot_dentries() 447 struct qstr dotdot = QSTR_INIT("..", 2); in __recover_dot_dentries()
|
D | dir.c | 215 struct qstr entry = QSTR_INIT(de_name, de_name_len); in f2fs_match_ci_name() 416 struct qstr dotdot = QSTR_INIT("..", 2); in f2fs_parent_dir()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
D | rpc_pipe.c | 634 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()
|
/kernel/linux/linux-5.10/fs/ext2/ |
D | namei.c | 84 struct qstr dotdot = QSTR_INIT("..", 2); in ext2_get_parent()
|
/kernel/linux/linux-5.10/fs/nilfs2/ |
D | namei.c | 440 struct qstr dotdot = QSTR_INIT("..", 2); in nilfs_get_parent()
|
/kernel/linux/linux-5.10/fs/fuse/ |
D | readdir.c | 157 struct qstr name = QSTR_INIT(dirent->name, dirent->namelen); in fuse_direntplus_link()
|
D | inode.c | 791 const struct qstr name = QSTR_INIT(".", 1); in fuse_get_dentry() 891 const struct qstr name = QSTR_INIT("..", 2); in fuse_get_parent()
|
/kernel/linux/linux-5.10/fs/kernfs/ |
D | file.c | 881 name = (struct qstr)QSTR_INIT(kn->name, strlen(kn->name)); in kernfs_notify_workfn()
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
D | namei.c | 622 *name = (struct qstr) QSTR_INIT(n, s - n); in ovl_get_index_name_fh()
|
/kernel/linux/linux-5.10/fs/udf/ |
D | namei.c | 1223 struct qstr dotdot = QSTR_INIT("..", 2); in udf_get_parent()
|
/kernel/linux/linux-5.10/fs/ufs/ |
D | super.c | 131 struct qstr dot_dot = QSTR_INIT("..", 2); in ufs_get_parent()
|
/kernel/linux/linux-5.10/fs/ext4/ |
D | fast_commit.c | 1318 struct qstr qstr_dname = QSTR_INIT(darg->dname, darg->dname_len); in ext4_fc_replay_link_internal()
|
D | namei.c | 1787 static const struct qstr dotdot = QSTR_INIT("..", 2); in ext4_get_parent()
|
/kernel/linux/linux-5.10/security/selinux/ |
D | selinuxfs.c | 2213 struct qstr null_name = QSTR_INIT(NULL_FILE_NAME, in init_sel_fs()
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | dir.c | 486 struct qstr filename = QSTR_INIT(entry->name, entry->len); in nfs_prime_dcache()
|
/kernel/linux/linux-5.10/fs/proc/ |
D | base.c | 2225 struct qstr qname = QSTR_INIT(name, len); in proc_fill_cache()
|