/kernel/linux/linux-5.10/lib/ |
H A 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-6.6/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),
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A 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()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A 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()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | hash.c | 128 struct qstr tmp = QSTR_INIT(name, len); in f2fs_hash_filename()
|
H A D | namei.c | 461 struct qstr dot = QSTR_INIT(".", 1); in __recover_dot_dentries() 462 struct qstr dotdot = QSTR_INIT("..", 2); in __recover_dot_dentries()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/mm/ |
H A D | secretmem.c | 198 const struct qstr qname = QSTR_INIT(anon_name, strlen(anon_name)); in secretmem_file_create()
|
/kernel/linux/linux-5.10/fs/ |
H A D | file_table.c | 222 struct qstr this = QSTR_INIT(name, strlen(name)); in alloc_file_pseudo()
|
/kernel/linux/linux-5.10/fs/crypto/ |
H A D | hooks.c | 239 struct qstr iname = QSTR_INIT(target, len); in __fscrypt_encrypt_symlink()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | dcache.h | 57 #define QSTR_INIT(n,l) { { { .len = l } }, .name = n } macro
|
H A D | fscrypt.h | 42 #define FSTR_TO_QSTR(f) QSTR_INIT((f)->name, (f)->len)
|
/kernel/linux/linux-6.6/fs/crypto/ |
H A D | hooks.c | 272 struct qstr iname = QSTR_INIT(target, len); in __fscrypt_encrypt_symlink()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dcache.h | 59 #define QSTR_INIT(n,l) { { { .len = l } }, .name = n } macro
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A 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/f2fs/ |
H A 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()
|
H A 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-6.6/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()
|
/kernel/linux/linux-5.10/fs/ext2/ |
H A D | namei.c | 84 struct qstr dotdot = QSTR_INIT("..", 2); in ext2_get_parent()
|
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | namei.c | 440 struct qstr dotdot = QSTR_INIT("..", 2); in nilfs_get_parent()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | hash.c | 264 struct qstr qname = QSTR_INIT(name, len); in __ext4fs_dirhash()
|
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | readdir.c | 157 struct qstr name = QSTR_INIT(dirent->name, dirent->namelen); in fuse_direntplus_link()
|
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | xattr.c | 419 it.name = (struct qstr)QSTR_INIT(name, strlen(name)); in erofs_getxattr()
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | readdir.c | 157 struct qstr name = QSTR_INIT(dirent->name, dirent->namelen); in fuse_direntplus_link()
|