Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/lib/
H 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),
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dhash.c128 struct qstr tmp = QSTR_INIT(name, len); in f2fs_hash_filename()
H A Dnamei.c432 struct qstr dotdot = QSTR_INIT("..", 2); in f2fs_get_parent()
447 struct qstr dot = QSTR_INIT(".", 1); in __recover_dot_dentries()
448 struct qstr dotdot = QSTR_INIT("..", 2); in __recover_dot_dentries()
H A Ddir.c225 struct qstr entry = QSTR_INIT(de_name, de_name_len); in f2fs_match_ci_name()
458 struct qstr dotdot = QSTR_INIT("..", 2); in f2fs_parent_dir()
/OK3568_Linux_fs/kernel/fs/
H A Danon_inodes.c63 const struct qstr qname = QSTR_INIT(name, strlen(name)); in anon_inode_make_secure_inode()
H A Dfile_table.c222 struct qstr this = QSTR_INIT(name, strlen(name)); in alloc_file_pseudo()
H A Ddcache.c83 const struct qstr empty_name = QSTR_INIT("", 0);
85 const struct qstr slash_name = QSTR_INIT("/", 1);
H A Dlibfs.c1393 struct qstr qstr = QSTR_INIT(str, len); in generic_ci_d_compare()
/OK3568_Linux_fs/kernel/fs/crypto/
H A Dhooks.c242 struct qstr iname = QSTR_INIT(target, len); in __fscrypt_encrypt_symlink()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddcache.h58 #define QSTR_INIT(n,l) { { { .len = l } }, .name = n } macro
H A Dfscrypt.h42 #define FSTR_TO_QSTR(f) QSTR_INIT((f)->name, (f)->len)
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Drpc_pipe.c634 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()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dhash.c264 struct qstr qname = QSTR_INIT(name, len); in __ext4fs_dirhash()
H A Dfast_commit.c1305 struct qstr qstr_dname = QSTR_INIT(darg->dname, darg->dname_len); in ext4_fc_replay_link_internal()
H A Dnamei.c1368 struct qstr entry = QSTR_INIT(de_name, de_name_len); in ext4_ci_compare()
1860 static const struct qstr dotdot = QSTR_INIT("..", 2); in ext4_get_parent()
/OK3568_Linux_fs/kernel/fs/ext2/
H A Dnamei.c84 struct qstr dotdot = QSTR_INIT("..", 2); in ext2_get_parent()
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dnamei.c440 struct qstr dotdot = QSTR_INIT("..", 2); in nilfs_get_parent()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Dreaddir.c157 struct qstr name = QSTR_INIT(dirent->name, dirent->namelen); in fuse_direntplus_link()
H A Dinode.c794 const struct qstr name = QSTR_INIT(".", 1); in fuse_get_dentry()
894 const struct qstr name = QSTR_INIT("..", 2); in fuse_get_parent()
/OK3568_Linux_fs/kernel/fs/kernfs/
H A Dfile.c881 name = (struct qstr)QSTR_INIT(kn->name, strlen(kn->name)); in kernfs_notify_workfn()
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dnamei.c623 *name = (struct qstr) QSTR_INIT(n, s - n); in ovl_get_index_name_fh()
/OK3568_Linux_fs/kernel/fs/udf/
H A Dnamei.c1223 struct qstr dotdot = QSTR_INIT("..", 2); in udf_get_parent()
/OK3568_Linux_fs/kernel/fs/ufs/
H A Dsuper.c131 struct qstr dot_dot = QSTR_INIT("..", 2); in ufs_get_parent()
/OK3568_Linux_fs/kernel/security/selinux/
H A Dselinuxfs.c2213 struct qstr null_name = QSTR_INIT(NULL_FILE_NAME, in init_sel_fs()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Ddir.c486 struct qstr filename = QSTR_INIT(entry->name, entry->len); in nfs_prime_dcache()

12