Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dtest_printf.c387 .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/
Dfscrypt.h39 #define FSTR_TO_QSTR(f) QSTR_INIT((f)->name, (f)->len)
Ddcache.h57 #define QSTR_INIT(n,l) { { { .len = l } }, .name = n } macro
/linux-4.19.296/fs/crypto/
Dhooks.c172 struct qstr iname = QSTR_INIT(target, len); in __fscrypt_encrypt_symlink()
/linux-4.19.296/fs/f2fs/
Ddir.c272 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()
Dnamei.c363 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/
Dfile_table.c220 struct qstr this = QSTR_INIT(name, strlen(name)); in alloc_file_pseudo()
Dlibfs.c251 struct qstr d_name = QSTR_INIT(name, strlen(name)); in mount_pseudo_xattr()
Ddcache.c81 const struct qstr empty_name = QSTR_INIT("", 0);
83 const struct qstr slash_name = QSTR_INIT("/", 1);
/linux-4.19.296/fs/ext2/
Dnamei.c80 struct qstr dotdot = QSTR_INIT("..", 2); in ext2_get_parent()
/linux-4.19.296/fs/nilfs2/
Dnamei.c440 struct qstr dotdot = QSTR_INIT("..", 2); in nilfs_get_parent()
/linux-4.19.296/fs/fuse/
Dinode.c688 const struct qstr name = QSTR_INIT(".", 1); in fuse_get_dentry()
788 const struct qstr name = QSTR_INIT("..", 2); in fuse_get_parent()
Ddir.c1231 struct qstr name = QSTR_INIT(dirent->name, dirent->namelen); in fuse_direntplus_link()
/linux-4.19.296/fs/overlayfs/
Dnamei.c608 *name = (struct qstr) QSTR_INIT(n, s - n); in ovl_get_index_name_fh()
/linux-4.19.296/fs/udf/
Dnamei.c1238 struct qstr dotdot = QSTR_INIT("..", 2); in udf_get_parent()
/linux-4.19.296/fs/ufs/
Dsuper.c130 struct qstr dot_dot = QSTR_INIT("..", 2); in ufs_get_parent()
/linux-4.19.296/fs/nfs/
Ddir.c459 struct qstr filename = QSTR_INIT(entry->name, entry->len); in nfs_prime_dcache()
/linux-4.19.296/fs/proc/
Dbase.c1885 struct qstr qname = QSTR_INIT(name, len); in proc_fill_cache()
/linux-4.19.296/fs/ext4/
Dnamei.c1685 static const struct qstr dotdot = QSTR_INIT("..", 2); in ext4_get_parent()