Searched refs:QSTR_INIT (Results 1 – 23 of 23) sorted by relevance
/linux/lib/ |
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),
|
/linux/fs/f2fs/ |
A D | hash.c | 127 struct qstr tmp = QSTR_INIT(name, len); in f2fs_hash_filename()
|
A D | namei.c | 451 struct qstr dot = QSTR_INIT(".", 1); in __recover_dot_dentries() 452 struct qstr dotdot = QSTR_INIT("..", 2); in __recover_dot_dentries()
|
A D | dir.c | 224 struct qstr entry = QSTR_INIT(de_name, de_name_len); in f2fs_match_ci_name()
|
/linux/fs/ |
A D | anon_inodes.c | 63 const struct qstr qname = QSTR_INIT(name, strlen(name)); in anon_inode_make_secure_inode()
|
A D | file_table.c | 221 struct qstr this = QSTR_INIT(name, strlen(name)); in alloc_file_pseudo()
|
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);
|
A D | libfs.c | 1409 struct qstr qstr = QSTR_INIT(str, len); in generic_ci_d_compare()
|
A D | namei.c | 2778 struct qstr this = QSTR_INIT("pts", 3); in path_pts()
|
/linux/fs/crypto/ |
A D | hooks.c | 246 struct qstr iname = QSTR_INIT(target, len); in __fscrypt_encrypt_symlink()
|
/linux/include/linux/ |
A D | dcache.h | 58 #define QSTR_INIT(n,l) { { { .len = l } }, .name = n } macro
|
A D | fscrypt.h | 42 #define FSTR_TO_QSTR(f) QSTR_INIT((f)->name, (f)->len)
|
/linux/net/sunrpc/ |
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()
|
/linux/fs/ext4/ |
A D | hash.c | 264 struct qstr qname = QSTR_INIT(name, len); in __ext4fs_dirhash()
|
A D | fast_commit.c | 1349 struct qstr qstr_dname = QSTR_INIT(darg->dname, darg->dname_len); in ext4_fc_replay_link_internal()
|
A D | namei.c | 1335 struct qstr entry = QSTR_INIT(de_name, de_name_len); in ext4_ci_compare()
|
/linux/fs/fuse/ |
A D | readdir.c | 155 struct qstr name = QSTR_INIT(dirent->name, dirent->namelen); in fuse_direntplus_link()
|
A D | inode.c | 898 const struct qstr name = QSTR_INIT(".", 1); in fuse_get_dentry()
|
/linux/fs/kernfs/ |
A D | file.c | 881 name = (struct qstr)QSTR_INIT(kn->name, strlen(kn->name)); in kernfs_notify_workfn()
|
/linux/fs/overlayfs/ |
A D | namei.c | 627 *name = (struct qstr) QSTR_INIT(n, s - n); in ovl_get_index_name_fh()
|
/linux/security/selinux/ |
A D | selinuxfs.c | 2214 struct qstr null_name = QSTR_INIT(NULL_FILE_NAME, in init_sel_fs()
|
/linux/fs/nfs/ |
A D | dir.c | 640 struct qstr filename = QSTR_INIT(entry->name, entry->len); in nfs_prime_dcache()
|
/linux/fs/proc/ |
A D | base.c | 2041 struct qstr qname = QSTR_INIT(name, len); in proc_fill_cache()
|
Completed in 79 milliseconds