Searched refs:iflags (Results 26 - 40 of 40) sorted by relevance

12

/linux-master/virt/kvm/
H A Deventfd.c225 unsigned long iflags; local
227 spin_lock_irqsave(&kvm->irqfds.lock, iflags);
241 spin_unlock_irqrestore(&kvm->irqfds.lock, iflags);
/linux-master/fs/btrfs/
H A Dioctl.c137 unsigned int iflags = 0; local
142 iflags |= FS_SYNC_FL;
144 iflags |= FS_IMMUTABLE_FL;
146 iflags |= FS_APPEND_FL;
148 iflags |= FS_NODUMP_FL;
150 iflags |= FS_NOATIME_FL;
152 iflags |= FS_DIRSYNC_FL;
154 iflags |= FS_NOCOW_FL;
156 iflags |= FS_VERITY_FL;
159 iflags |
[all...]
/linux-master/arch/mips/include/asm/
H A Dsgiarcs.h84 enum linux_identifier iflags; /* node flags */ member in struct:linux_component
/linux-master/fs/udf/
H A Dinode.c403 int iflags; /* UDF_MAP_ flags determining behavior */ member in struct:udf_map_rq
416 if (!(map->iflags & UDF_MAP_CREATE)) {
454 .iflags = flags,
888 if (!(map->iflags & UDF_MAP_NOPREALLOC))
1212 .iflags = UDF_MAP_NOPREALLOC | (create ? UDF_MAP_CREATE : 0),
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_els.c9604 unsigned long iflags = 0; local
9615 spin_lock_irqsave(&phba->hbalock, iflags);
9620 spin_unlock_irqrestore(&phba->hbalock, iflags);
9662 spin_unlock_irqrestore(&phba->hbalock, iflags);
9666 spin_lock_irqsave(&phba->hbalock, iflags);
9673 spin_unlock_irqrestore(&phba->hbalock, iflags);
9687 spin_lock_irqsave(&phba->hbalock, iflags);
9726 spin_unlock_irqrestore(&phba->hbalock, iflags);
11663 unsigned long iflags; local
11666 spin_lock_irqsave(&phba->pport->work_port_lock, iflags);
11691 unsigned long iflags; local
11857 unsigned long iflags; local
[all...]
H A Dlpfc_init.c4352 unsigned long iflags; local
4367 spin_lock_irqsave(&qp->io_buf_list_put_lock, iflags);
4373 iflags);
7310 unsigned long iflags; local
7316 spin_lock_irqsave(&phba->sli4_hba.asynce_list_lock, iflags);
7321 iflags);
7357 spin_lock_irqsave(&phba->sli4_hba.asynce_list_lock, iflags);
7359 spin_unlock_irqrestore(&phba->sli4_hba.asynce_list_lock, iflags);
11591 unsigned long iflags; local
11593 spin_lock_irqsave(&phba->hbalock, iflags);
11626 unsigned long iflags; local
11644 unsigned long iflags; local
[all...]
H A Dlpfc_debugfs.c812 unsigned long iflags; local
821 spin_lock_irqsave(&vport->fc_nodes_list_lock, iflags);
911 spin_unlock_irqrestore(&vport->fc_nodes_list_lock, iflags);
954 spin_lock_irqsave(&vport->fc_nodes_list_lock, iflags);
1008 spin_unlock_irqrestore(&vport->fc_nodes_list_lock, iflags);
H A Dlpfc_ct.c1840 unsigned long iflags; local
1843 spin_lock_irqsave(&vport->fc_nodes_list_lock, iflags);
1851 spin_unlock_irqrestore(&vport->fc_nodes_list_lock, iflags);
/linux-master/drivers/char/ipmi/
H A Dipmi_msghandler.c983 unsigned long iflags; local
988 spin_lock_irqsave(&intf->watch_lock, iflags);
1003 spin_unlock_irqrestore(&intf->watch_lock, iflags);
1008 unsigned long iflags; local
1013 spin_lock_irqsave(&intf->watch_lock, iflags);
1036 spin_unlock_irqrestore(&intf->watch_lock, iflags);
/linux-master/fs/gfs2/
H A Dglock.c2289 static const char *hflags2str(char *buf, u16 flags, unsigned long iflags) argument
2308 if (test_bit(HIF_HOLDER, &iflags))
2310 if (test_bit(HIF_WAIT, &iflags))
/linux-master/drivers/dma/
H A Dpl330.c2712 unsigned long iflags; local
2720 spin_lock_irqsave(&pl330->pool_lock, iflags);
2730 spin_unlock_irqrestore(&pl330->pool_lock, iflags);
/linux-master/fs/xfs/
H A Dxfs_trace.h759 __field(unsigned long, iflags)
764 __entry->iflags = ip->i_flags;
766 TP_printk("dev %d:%d ino 0x%llx iflags 0x%lx",
769 __entry->iflags)
5153 __field(unsigned short, iflags)
5164 __entry->iflags = ppi->gp_iflags;
5172 TP_printk("dev %d:%d ino 0x%llx iflags 0x%x oflags 0x%x bufsize %u cur_init? %d hashval 0x%x blkno %u offset %u",
5175 __entry->iflags,
/linux-master/fs/xfs/scrub/
H A Dtrace.h825 __field(unsigned long, iflags)
831 __entry->iflags = ip->i_flags;
834 TP_printk("dev %d:%d ino 0x%llx iflags 0x%lx mode 0x%x",
837 __entry->iflags,
/linux-master/drivers/tty/serial/8250/
H A D8250_port.c3387 test_bit(TTY_PORT_INITIALIZED, &port->state->port.iflags) &&
/linux-master/drivers/scsi/
H A Dscsi_debug.c7706 unsigned long iflags; local
7715 xa_lock_irqsave(per_store_ap, iflags);
7718 xa_unlock_irqrestore(per_store_ap, iflags);
7726 xa_unlock_irqrestore(per_store_ap, iflags);

Completed in 448 milliseconds

12