Searched refs:QSTR_INIT (Results 1 – 19 of 19) sorted by relevance
/linux-4.19.296/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-4.19.296/include/linux/ |
D | fscrypt.h | 39 #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-4.19.296/fs/crypto/ |
D | hooks.c | 172 struct qstr iname = QSTR_INIT(target, len); in __fscrypt_encrypt_symlink()
|
/linux-4.19.296/fs/f2fs/ |
D | dir.c | 272 struct qstr dotdot = QSTR_INIT("..", 2); in f2fs_parent_dir() 323 struct qstr dot = QSTR_INIT(".", 1); in f2fs_do_make_empty_dir() 324 struct qstr dotdot = QSTR_INIT("..", 2); in f2fs_do_make_empty_dir()
|
D | namei.c | 363 struct qstr dotdot = QSTR_INIT("..", 2); in f2fs_get_parent() 377 struct qstr dot = QSTR_INIT(".", 1); in __recover_dot_dentries() 378 struct qstr dotdot = QSTR_INIT("..", 2); in __recover_dot_dentries()
|
/linux-4.19.296/fs/ |
D | file_table.c | 220 struct qstr this = QSTR_INIT(name, strlen(name)); in alloc_file_pseudo()
|
D | libfs.c | 251 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-4.19.296/fs/ext2/ |
D | namei.c | 80 struct qstr dotdot = QSTR_INIT("..", 2); in ext2_get_parent()
|
/linux-4.19.296/fs/nilfs2/ |
D | namei.c | 440 struct qstr dotdot = QSTR_INIT("..", 2); in nilfs_get_parent()
|
/linux-4.19.296/fs/fuse/ |
D | inode.c | 688 const struct qstr name = QSTR_INIT(".", 1); in fuse_get_dentry() 788 const struct qstr name = QSTR_INIT("..", 2); in fuse_get_parent()
|
D | dir.c | 1231 struct qstr name = QSTR_INIT(dirent->name, dirent->namelen); in fuse_direntplus_link()
|
/linux-4.19.296/fs/overlayfs/ |
D | namei.c | 608 *name = (struct qstr) QSTR_INIT(n, s - n); in ovl_get_index_name_fh()
|
/linux-4.19.296/fs/udf/ |
D | namei.c | 1238 struct qstr dotdot = QSTR_INIT("..", 2); in udf_get_parent()
|
/linux-4.19.296/fs/ufs/ |
D | super.c | 130 struct qstr dot_dot = QSTR_INIT("..", 2); in ufs_get_parent()
|
/linux-4.19.296/fs/nfs/ |
D | dir.c | 459 struct qstr filename = QSTR_INIT(entry->name, entry->len); in nfs_prime_dcache()
|
/linux-4.19.296/fs/proc/ |
D | base.c | 1885 struct qstr qname = QSTR_INIT(name, len); in proc_fill_cache()
|
/linux-4.19.296/fs/ext4/ |
D | namei.c | 1685 static const struct qstr dotdot = QSTR_INIT("..", 2); in ext4_get_parent()
|