Searched refs:QSTR_INIT (Results 1 – 22 of 22) sorted by relevance
/Linux-v4.19/lib/ |
D | test_printf.c | 387 .d_name = QSTR_INIT(test_dentry[0].d_iname, 3), 390 .d_name = QSTR_INIT(test_dentry[1].d_iname, 5), 393 .d_name = QSTR_INIT(test_dentry[2].d_iname, 4), 396 .d_name = QSTR_INIT(test_dentry[3].d_iname, 5),
|
/Linux-v4.19/include/linux/ |
D | fscrypt.h | 38 #define FSTR_TO_QSTR(f) QSTR_INIT((f)->name, (f)->len)
|
D | dcache.h | 57 #define QSTR_INIT(n,l) { { { .len = l } }, .name = n } macro
|
/Linux-v4.19/fs/crypto/ |
D | hooks.c | 162 struct qstr iname = QSTR_INIT(target, len); in __fscrypt_encrypt_symlink()
|
/Linux-v4.19/drivers/staging/erofs/ |
D | namei.c | 70 struct qstr dname = QSTR_INIT(data + nameoff, in find_target_dirent()
|
/Linux-v4.19/fs/f2fs/ |
D | dir.c | 274 struct qstr dotdot = QSTR_INIT("..", 2); in f2fs_parent_dir() 325 struct qstr dot = QSTR_INIT(".", 1); in f2fs_do_make_empty_dir() 326 struct qstr dotdot = QSTR_INIT("..", 2); in f2fs_do_make_empty_dir()
|
D | namei.c | 361 struct qstr dotdot = QSTR_INIT("..", 2); in f2fs_get_parent() 375 struct qstr dot = QSTR_INIT(".", 1); in __recover_dot_dentries() 376 struct qstr dotdot = QSTR_INIT("..", 2); in __recover_dot_dentries()
|
/Linux-v4.19/fs/ |
D | file_table.c | 220 struct qstr this = QSTR_INIT(name, strlen(name)); in alloc_file_pseudo()
|
D | libfs.c | 247 struct qstr d_name = QSTR_INIT(name, strlen(name)); in mount_pseudo_xattr()
|
D | dcache.c | 81 const struct qstr empty_name = QSTR_INIT("", 0); 83 const struct qstr slash_name = QSTR_INIT("/", 1);
|
/Linux-v4.19/fs/ext2/ |
D | namei.c | 80 struct qstr dotdot = QSTR_INIT("..", 2); in ext2_get_parent()
|
/Linux-v4.19/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() 1316 struct qstr q = QSTR_INIT(files[RPCAUTH_gssd].name, in rpc_gssd_dummy_populate()
|
/Linux-v4.19/fs/nilfs2/ |
D | namei.c | 440 struct qstr dotdot = QSTR_INIT("..", 2); in nilfs_get_parent()
|
/Linux-v4.19/fs/fuse/ |
D | inode.c | 681 const struct qstr name = QSTR_INIT(".", 1); in fuse_get_dentry() 781 const struct qstr name = QSTR_INIT("..", 2); in fuse_get_parent()
|
D | dir.c | 1200 struct qstr name = QSTR_INIT(dirent->name, dirent->namelen); in fuse_direntplus_link()
|
/Linux-v4.19/fs/overlayfs/ |
D | namei.c | 601 *name = (struct qstr) QSTR_INIT(n, s - n); in ovl_get_index_name_fh()
|
/Linux-v4.19/fs/udf/ |
D | namei.c | 1232 struct qstr dotdot = QSTR_INIT("..", 2); in udf_get_parent()
|
/Linux-v4.19/fs/ufs/ |
D | super.c | 130 struct qstr dot_dot = QSTR_INIT("..", 2); in ufs_get_parent()
|
/Linux-v4.19/security/selinux/ |
D | selinuxfs.c | 2035 struct qstr null_name = QSTR_INIT(NULL_FILE_NAME, in init_sel_fs()
|
/Linux-v4.19/fs/nfs/ |
D | dir.c | 447 struct qstr filename = QSTR_INIT(entry->name, entry->len); in nfs_prime_dcache()
|
/Linux-v4.19/fs/proc/ |
D | base.c | 1872 struct qstr qname = QSTR_INIT(name, len); in proc_fill_cache()
|
/Linux-v4.19/fs/ext4/ |
D | namei.c | 1597 static const struct qstr dotdot = QSTR_INIT("..", 2); in ext4_get_parent()
|