| /linux/arch/mips/fw/arc/ |
| H A D | identify.c | 95 const char *iname; in prom_identify_arch() local 102 iname = "Unknown"; in prom_identify_arch() 104 iname = (char *) (long) p->iname; in prom_identify_arch() 106 printk("ARCH: %s\n", iname); in prom_identify_arch() 107 mach = string_to_mach(iname); in prom_identify_arch()
|
| /linux/include/linux/ |
| H A D | fscrypt.h | 428 int fscrypt_fname_encrypt(const struct inode *inode, const struct qstr *iname, 432 int fscrypt_setup_filename(struct inode *inode, const struct qstr *iname, 445 const struct fscrypt_str *iname, 693 const struct qstr *iname, in fscrypt_setup_filename() argument 700 fname->usr_fname = iname; in fscrypt_setup_filename() 701 fname->disk_name.name = (unsigned char *)iname->name; in fscrypt_setup_filename() 702 fname->disk_name.len = iname->len; in fscrypt_setup_filename() 724 const struct fscrypt_str *iname, in fscrypt_fname_disk_to_usr() argument
|
| H A D | fs.h | 2430 const char iname[EMBEDDED_NAME_MAX]; member 2432 static_assert(offsetof(struct filename, iname) % sizeof(long) == 0);
|
| /linux/fs/ceph/ |
| H A D | crypto.c | 308 struct fscrypt_str iname; in ceph_fname_to_usr() local 369 iname.name = tname->name; in ceph_fname_to_usr() 370 iname.len = declen; in ceph_fname_to_usr() 372 iname.name = fname->ctext; in ceph_fname_to_usr() 373 iname.len = fname->ctext_len; in ceph_fname_to_usr() 376 ret = fscrypt_fname_disk_to_usr(dir, 0, 0, &iname, oname); in ceph_fname_to_usr()
|
| /linux/fs/ext4/ |
| H A D | crypto.c | 22 int ext4_fname_setup_filename(struct inode *dir, const struct qstr *iname, in ext4_fname_setup_filename() argument 28 err = fscrypt_setup_filename(dir, iname, lookup, &name); in ext4_fname_setup_filename() 34 err = ext4_fname_setup_ci_filename(dir, iname, fname); in ext4_fname_setup_filename()
|
| /linux/fs/crypto/ |
| H A D | hooks.c | 289 struct qstr iname = QSTR_INIT(target, len); in __fscrypt_encrypt_symlink() local 312 err = fscrypt_fname_encrypt(inode, &iname, sd->encrypted_path, in __fscrypt_encrypt_symlink()
|
| /linux/Documentation/hwmon/ |
| H A D | via686a.rst | 19 - Jonathan Teh Soon Yew <j.teh@iname.com>
|
| /linux/arch/mips/include/asm/ |
| H A D | sgiarcs.h | 91 _PULONG iname; /* string identifier */ member
|
| /linux/drivers/media/usb/hdpvr/ |
| H A D | hdpvr-video.c | 760 static const char *iname[] = { variable 776 strscpy(i->name, iname[n], sizeof(i->name)); in vidioc_enum_input()
|
| /linux/drivers/media/pci/cx88/ |
| H A D | cx88-video.c | 844 static const char * const iname[] = { in cx88_enum_input() local 862 strscpy(i->name, iname[INPUT(n).type], sizeof(i->name)); in cx88_enum_input()
|
| /linux/drivers/media/usb/em28xx/ |
| H A D | em28xx-video.c | 954 static const char * const iname[] = { variable 994 ent->name = iname[INPUT(i)->type]; in em28xx_v4l2_create_entities() 1663 strscpy(i->name, iname[INPUT(n)->type], sizeof(i->name)); in vidioc_enum_input()
|
| /linux/arch/x86/kvm/svm/ |
| H A D | nested.c | 434 #define __nested_svm_sanitize_intercept(__vcpu, __control, fname, iname) \ argument 437 vmcb12_clr_intercept(__control, INTERCEPT_##iname); \
|
| /linux/fs/ |
| H A D | namei.c | 135 SLAB_HWCACHE_ALIGN|SLAB_PANIC, offsetof(struct filename, iname), in filename_init() 163 memcpy(p, &name->iname, EMBEDDED_NAME_MAX); in getname_long() 190 kname = (char *)result->iname; in do_getname() 266 p = (char *)result->iname; in do_getname_kernel() 304 if (unlikely(name->name != name->iname)) in putname()
|
| /linux/ |
| H A D | CREDITS | 32 E: dragos@iname.com
|