Searched refs:ia (Results 1 - 25 of 36) sorted by relevance

12

/linux-master/fs/ramfs/
H A Dfile-nommu.c162 struct dentry *dentry, struct iattr *ia)
165 unsigned int old_ia_valid = ia->ia_valid;
169 ret = setattr_prepare(&nop_mnt_idmap, dentry, ia);
174 if (ia->ia_valid & ATTR_SIZE) {
177 if (ia->ia_size != size) {
178 ret = ramfs_nommu_resize(inode, ia->ia_size, size);
179 if (ret < 0 || ia->ia_valid == ATTR_SIZE)
185 ia->ia_valid |= ATTR_MTIME|ATTR_CTIME;
189 setattr_copy(&nop_mnt_idmap, inode, ia);
191 ia
161 ramfs_nommu_setattr(struct mnt_idmap *idmap, struct dentry *dentry, struct iattr *ia) argument
[all...]
/linux-master/fs/fuse/
H A Dfile.c417 struct fuse_io_args ia; member in struct:fuse_writepage_args
438 curr_index = wpa->ia.write.in.offset >> PAGE_SHIFT;
439 if (idx_from >= curr_index + wpa->ia.ap.num_pages)
628 void fuse_read_args_fill(struct fuse_io_args *ia, struct file *file, loff_t pos, argument
632 struct fuse_args *args = &ia->ap.args;
634 ia->read.in.fh = ff->fh;
635 ia->read.in.offset = pos;
636 ia->read.in.size = count;
637 ia->read.in.flags = file->f_flags;
641 args->in_args[0].size = sizeof(ia
730 struct fuse_io_args *ia; local
745 fuse_io_free(struct fuse_io_args *ia) argument
754 struct fuse_io_args *ia = container_of(args, typeof(*ia), ap.args); local
780 fuse_async_req_send(struct fuse_mount *fm, struct fuse_io_args *ia, size_t num_bytes) argument
801 fuse_send_read(struct fuse_io_args *ia, loff_t pos, size_t count, fl_owner_t owner) argument
857 struct fuse_io_args ia = { local
916 struct fuse_io_args *ia = container_of(args, typeof(*ia), ap.args); local
953 fuse_send_readpages(struct fuse_io_args *ia, struct file *file) argument
1002 struct fuse_io_args *ia; local
1054 fuse_write_args_fill(struct fuse_io_args *ia, struct fuse_file *ff, loff_t pos, size_t count) argument
1088 fuse_send_write(struct fuse_io_args *ia, loff_t pos, size_t count, fl_owner_t owner) argument
1134 fuse_send_write_pages(struct fuse_io_args *ia, struct kiocb *iocb, struct inode *inode, loff_t pos, size_t count) argument
1184 fuse_fill_write_pages(struct fuse_io_args *ia, struct address_space *mapping, struct iov_iter *ii, loff_t pos, unsigned int max_pages) argument
1282 struct fuse_io_args ia = {}; local
1549 struct fuse_io_args *ia; local
[all...]
H A Dcuse.c325 struct cuse_init_args *ia = container_of(args, typeof(*ia), ap.args); local
326 struct fuse_args_pages *ap = &ia->ap;
328 struct cuse_init_out *arg = &ia->out;
413 kfree(ia);
434 struct cuse_init_args *ia; local
444 ia = kzalloc(sizeof(*ia), GFP_KERNEL);
445 if (!ia)
448 ap = &ia
[all...]
H A Dinode.c1222 struct fuse_init_args *ia = container_of(args, typeof(*ia), args); local
1223 struct fuse_init_out *arg = &ia->out;
1347 kfree(ia);
1360 struct fuse_init_args *ia; local
1363 ia = kzalloc(sizeof(*ia), GFP_KERNEL | __GFP_NOFAIL);
1365 ia->in.major = FUSE_KERNEL_VERSION;
1366 ia->in.minor = FUSE_KERNEL_MINOR_VERSION;
1367 ia
[all...]
H A Dreaddir.c337 struct fuse_io_args ia = {}; local
338 struct fuse_args_pages *ap = &ia.ap;
354 fuse_read_args_fill(&ia, file, ctx->pos, PAGE_SIZE,
357 fuse_read_args_fill(&ia, file, ctx->pos, PAGE_SIZE,
/linux-master/tools/perf/util/
H A Ds390-cpumsf-kernel.h28 unsigned long long ia; /* Instruction Address */ member in struct:hws_basic_entry
H A Ds390-cpumsf.c262 local.ia = be64toh(basicp->ia);
279 basic->AS, basic->prim_asn, basic->ia, basic->CL,
508 .ip = basic->ia,
/linux-master/fs/ecryptfs/
H A Dinode.c723 * @ia: Address of the ecryptfs inode's attributes
736 static int truncate_upper(struct dentry *dentry, struct iattr *ia, argument
746 if (unlikely((ia->ia_size == i_size))) {
755 if (ia->ia_size > i_size) {
764 (ia->ia_size - 1), 1);
765 } else { /* ia->ia_size < i_size_read(inode) */
767 * in which ia->ia_size is located. Fill in the end of
768 * that page from (ia->ia_size & ~PAGE_MASK) to
771 - (ia->ia_size & ~PAGE_MASK));
774 truncate_setsize(inode, ia
856 struct iattr ia = { .ia_valid = ATTR_SIZE, .ia_size = new_length }; local
897 ecryptfs_setattr(struct mnt_idmap *idmap, struct dentry *dentry, struct iattr *ia) argument
[all...]
/linux-master/fs/fat/
H A Dfile.c41 struct iattr ia; local
66 ia.ia_valid = ATTR_MODE | ATTR_CTIME;
67 ia.ia_ctime = current_time(inode);
69 ia.ia_mode = fat_make_mode(sbi, attr, S_IRWXUGO);
71 ia.ia_mode = fat_make_mode(sbi, attr,
94 file->f_path.dentry, &ia);
99 err = fat_setattr(file_mnt_idmap(file), file->f_path.dentry, &ia);
103 fsnotify_change(file->f_path.dentry, ia.ia_valid);
/linux-master/fs/exfat/
H A Dfile.c391 struct iattr ia; local
413 ia.ia_valid = ATTR_MODE | ATTR_CTIME;
414 ia.ia_ctime = current_time(inode);
416 ia.ia_mode = exfat_make_mode(sbi, attr, 0777);
418 ia.ia_mode = exfat_make_mode(sbi, attr, 0666 | (inode->i_mode & 0111));
438 file->f_path.dentry, &ia);
443 err = exfat_setattr(file_mnt_idmap(file), file->f_path.dentry, &ia);
447 fsnotify_change(file->f_path.dentry, ia.ia_valid);
/linux-master/arch/s390/include/asm/
H A Dnmi.h63 u64 ia : 1; /* 23 psw instruction address validity */ member in struct:mci::__anon5
H A Dcpu_mf.h116 unsigned long long ia; /* Instruction Address */ member in struct:hws_basic_entry
H A Dptrace.h77 unsigned long ia : 64; /* Instruction Address */ member in struct:psw_bits
/linux-master/include/linux/
H A Dquotaops.h24 struct inode *inode, struct iattr *ia)
26 return ((ia->ia_valid & ATTR_SIZE) ||
27 i_uid_needs_update(idmap, ia, inode) ||
28 i_gid_needs_update(idmap, ia, inode));
23 is_quota_modification(struct mnt_idmap *idmap, struct inode *inode, struct iattr *ia) argument
/linux-master/fs/afs/
H A Dcmservice.c554 } ia; member in struct:__anon256
565 reply.ia.uuid[0] = call->net->uuid.time_low;
566 reply.ia.uuid[1] = htonl(ntohs(call->net->uuid.time_mid));
567 reply.ia.uuid[2] = htonl(ntohs(call->net->uuid.time_hi_and_version));
568 reply.ia.uuid[3] = htonl((s8) call->net->uuid.clock_seq_hi_and_reserved);
569 reply.ia.uuid[4] = htonl((s8) call->net->uuid.clock_seq_low);
571 reply.ia.uuid[loop + 5] = htonl((s8) call->net->uuid.node[loop]);
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_fw2.h1634 SCR_LOAD_REL (ia, 4),
1638 SCR_LOAD_REL (ia, 4),
1648 SCR_REG_REG (ia, SCR_ADD, 8),
1666 SCR_STORE_REL (ia, 4),
1688 SCR_LOAD_ABS (ia, 4),
1691 SCR_STORE_REL (ia, 4),
1696 SCR_STORE_REL (ia, 4),
1718 SCR_LOAD_ABS (ia, 4),
/linux-master/arch/arm/mach-omap2/
H A Dclockdomain.h183 int clkdm_register_autodeps(struct clkdm_autodep *ia);
H A Dclockdomain.c411 * @ia: pointer to a static array of struct clkdm_autodep to register
426 * The struct clkdm_autodep @ia array must be static, as this function
430 * registered, -EINVAL if called with a null @ia argument, -EEXIST if
433 int clkdm_register_autodeps(struct clkdm_autodep *ia) argument
440 if (!ia)
446 autodeps = ia;
/linux-master/block/
H A DMakefile12 disk-events.o blk-ia-ranges.o early-lookup.o
/linux-master/drivers/regulator/
H A Dqcom_rpm-regulator.c31 struct request_member ia; /* average current in mA */ member in struct:rpm_reg_parts
73 .ia = { 1, 0x00001FFE, 1 },
84 .ia = { 1, 0x00001FFE, 1 },
113 .ia = { 1, 0x000FFC00, 10 },
124 .ia = { 1, 0x000FFC00, 10 },
392 const struct request_member *req = &parts->ia;
/linux-master/arch/sparc/mm/
H A Dinit_64.c2101 unsigned int *ia = (unsigned int *)(unsigned long)*start; local
2103 ia[0] = (ia[0] & ~0x3fffff) | (high_bits >> 10);
2104 __asm__ __volatile__("flush %0" : : "r" (ia));
2106 ia[1] = (ia[1] & ~0x3fffff) | (low_bits >> 10);
2107 __asm__ __volatile__("flush %0" : : "r" (ia + 1));
2109 ia[2] = (ia[2] & ~0x1fff) | (high_bits & 0x3ff);
2110 __asm__ __volatile__("flush %0" : : "r" (ia
[all...]
/linux-master/fs/debugfs/
H A Dinode.c46 struct dentry *dentry, struct iattr *ia)
50 if (ia->ia_valid & (ATTR_MODE | ATTR_UID | ATTR_GID)) {
55 return simple_setattr(&nop_mnt_idmap, dentry, ia);
45 debugfs_setattr(struct mnt_idmap *idmap, struct dentry *dentry, struct iattr *ia) argument
/linux-master/arch/s390/kernel/
H A Dnmi.c257 if (!mci.ms || !mci.pm || !mci.ia)
/linux-master/arch/powerpc/kvm/
H A De500_mmu.c248 unsigned int ia; local
251 ia = (ea >> 2) & 0x1;
256 if (ia) {
/linux-master/drivers/acpi/numa/
H A Dhmat.c701 struct memory_initiator *ia; local
704 ia = list_entry(a, struct memory_initiator, node);
707 return ia->processor_pxm - ib->processor_pxm;

Completed in 615 milliseconds

12