Searched refs:QSTR_INIT (Results 1 – 21 of 21) sorted by relevance
/Linux-v5.4/lib/ |
D | test_printf.c | 439 .d_name = QSTR_INIT(test_dentry[0].d_iname, 3), 442 .d_name = QSTR_INIT(test_dentry[1].d_iname, 5), 445 .d_name = QSTR_INIT(test_dentry[2].d_iname, 4), 448 .d_name = QSTR_INIT(test_dentry[3].d_iname, 5),
|
/Linux-v5.4/fs/crypto/ |
D | hooks.c | 172 struct qstr iname = QSTR_INIT(target, len); in __fscrypt_encrypt_symlink()
|
/Linux-v5.4/fs/f2fs/ |
D | dir.c | 384 struct qstr dotdot = QSTR_INIT("..", 2); in f2fs_parent_dir() 435 struct qstr dot = QSTR_INIT(".", 1); in f2fs_do_make_empty_dir() 436 struct qstr dotdot = QSTR_INIT("..", 2); in f2fs_do_make_empty_dir()
|
D | namei.c | 365 struct qstr dotdot = QSTR_INIT("..", 2); in f2fs_get_parent() 379 struct qstr dot = QSTR_INIT(".", 1); in __recover_dot_dentries() 380 struct qstr dotdot = QSTR_INIT("..", 2); in __recover_dot_dentries()
|
/Linux-v5.4/fs/ |
D | file_table.c | 221 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);
|
/Linux-v5.4/include/linux/ |
D | dcache.h | 57 #define QSTR_INIT(n,l) { { { .len = l } }, .name = n } macro
|
D | fscrypt.h | 41 #define FSTR_TO_QSTR(f) QSTR_INIT((f)->name, (f)->len)
|
/Linux-v5.4/fs/ext2/ |
D | namei.c | 80 struct qstr dotdot = QSTR_INIT("..", 2); in ext2_get_parent()
|
/Linux-v5.4/net/sunrpc/ |
D | rpc_pipe.c | 633 struct qstr q = QSTR_INIT(name, strlen(name)); in __rpc_lookup_create_exclusive() 1192 struct qstr dir = QSTR_INIT(dir_name, strlen(dir_name)); in rpc_d_lookup_sb() 1302 struct qstr q = QSTR_INIT(files[RPCAUTH_gssd].name, in rpc_gssd_dummy_populate()
|
/Linux-v5.4/fs/nilfs2/ |
D | namei.c | 440 struct qstr dotdot = QSTR_INIT("..", 2); in nilfs_get_parent()
|
/Linux-v5.4/fs/fuse/ |
D | readdir.c | 155 struct qstr name = QSTR_INIT(dirent->name, dirent->namelen); in fuse_direntplus_link()
|
D | inode.c | 684 const struct qstr name = QSTR_INIT(".", 1); in fuse_get_dentry() 784 const struct qstr name = QSTR_INIT("..", 2); in fuse_get_parent()
|
/Linux-v5.4/fs/kernfs/ |
D | file.c | 899 name = (struct qstr)QSTR_INIT(kn->name, strlen(kn->name)); in kernfs_notify_workfn()
|
/Linux-v5.4/fs/overlayfs/ |
D | namei.c | 607 *name = (struct qstr) QSTR_INIT(n, s - n); in ovl_get_index_name_fh()
|
/Linux-v5.4/fs/udf/ |
D | namei.c | 1217 struct qstr dotdot = QSTR_INIT("..", 2); in udf_get_parent()
|
/Linux-v5.4/fs/ufs/ |
D | super.c | 131 struct qstr dot_dot = QSTR_INIT("..", 2); in ufs_get_parent()
|
/Linux-v5.4/security/selinux/ |
D | selinuxfs.c | 2043 struct qstr null_name = QSTR_INIT(NULL_FILE_NAME, in init_sel_fs()
|
/Linux-v5.4/fs/nfs/ |
D | dir.c | 447 struct qstr filename = QSTR_INIT(entry->name, entry->len); in nfs_prime_dcache()
|
/Linux-v5.4/fs/proc/ |
D | base.c | 1887 struct qstr qname = QSTR_INIT(name, len); in proc_fill_cache()
|
/Linux-v5.4/fs/ext4/ |
D | namei.c | 1735 static const struct qstr dotdot = QSTR_INIT("..", 2); in ext4_get_parent()
|