Searched refs:QSTR_INIT (Results 1 – 13 of 13) sorted by relevance
| /linux/lib/tests/ |
| H A D | printf_kunit.c | 454 .d_name = QSTR_INIT(test_dentry[0].d_iname, 3), 457 .d_name = QSTR_INIT(test_dentry[1].d_iname, 5), 460 .d_name = QSTR_INIT(test_dentry[2].d_iname, 4), 463 .d_name = QSTR_INIT(test_dentry[3].d_iname, 5),
|
| /linux/fs/f2fs/ |
| H A D | hash.c | 128 struct qstr tmp = QSTR_INIT(name, len); in f2fs_hash_filename()
|
| /linux/include/linux/ |
| H A D | dcache.h | 59 #define QSTR_INIT(n,l) { { { .len = l } }, .name = n } macro 60 #define QSTR_LEN(n,l) (struct qstr)QSTR_INIT(n,l)
|
| H A D | fscrypt.h | 53 #define FSTR_TO_QSTR(f) QSTR_INIT((f)->name, (f)->len)
|
| /linux/fs/crypto/ |
| H A D | hooks.c | 289 struct qstr iname = QSTR_INIT(target, len); in __fscrypt_encrypt_symlink()
|
| /linux/fs/ceph/ |
| H A D | crypto.c | 246 &(struct qstr)QSTR_INIT(p, name_len), in ceph_encode_encrypted_dname()
|
| /linux/fs/ |
| H A D | dcache.c | 92 const struct qstr empty_name = QSTR_INIT("", 0); 94 const struct qstr slash_name = QSTR_INIT("/", 1); 96 const struct qstr dotdot_name = QSTR_INIT("..", 2);
|
| /linux/security/selinux/ |
| H A D | selinuxfs.c | 2110 struct qstr null_name = QSTR_INIT(NULL_FILE_NAME, in init_sel_fs()
|
| /linux/fs/ext4/ |
| H A D | fast_commit.c | 1445 struct qstr qstr_dname = QSTR_INIT(darg->dname, darg->dname_len); in ext4_fc_replay_link_internal()
|
| /linux/fs/fuse/ |
| H A D | inode.c | 1087 const struct qstr name = QSTR_INIT(".", 1); in fuse_get_dentry()
|
| /linux/fs/nfs/ |
| H A D | dir.c | 729 struct qstr filename = QSTR_INIT(entry->name, entry->len); in nfs_prime_dcache()
|
| /linux/fs/proc/ |
| H A D | base.c | 2125 struct qstr qname = QSTR_INIT(name, len); in proc_fill_cache()
|
| /linux/fs/btrfs/ |
| H A D | ioctl.c | 1180 struct qstr qname = QSTR_INIT(name, strlen(name)); in __btrfs_ioctl_snap_create()
|