Searched refs:min_type (Results 1 - 14 of 14) sorted by relevance

/linux-master/tools/verification/dot2/
H A Ddot2c.py87 min_type = "unsigned char"
90 min_type = "unsigned short"
93 min_type = "unsigned int"
98 return min_type
101 min_type = self.get_minimun_type()
106 buff.append("\t%s function[state_max%s][event_max%s];" % (min_type, self.enum_suffix, self.enum_suffix))
107 buff.append("\t%s initial_state;" % min_type)
H A Ddot2k.py100 min_type = self.get_minimun_type()
106 main_c = main_c.replace("MIN_TYPE", min_type)
/linux-master/fs/btrfs/
H A Dinode-item.h51 u32 min_type; member in struct:btrfs_truncate_control
H A Dinode-item.c450 * with a type greater than or equals to @min_type. When @min_type has a value of
455 * Returns: 0 on success, < 0 on error and NEED_TRUNCATE_BLOCK when @min_type is
482 ASSERT(new_size == 0 || control->min_type == BTRFS_EXTENT_DATA_KEY);
539 if (found_type < control->min_type)
558 if (found_type > control->min_type) {
H A Dtree-log.c4155 u64 new_size, u32 min_type)
4160 .min_type = min_type,
4152 truncate_inode_items(struct btrfs_trans_handle *trans, struct btrfs_root *log_root, struct btrfs_inode *inode, u64 new_size, u32 min_type) argument
H A Dioctl.c1552 test.type = sk->min_type;
1736 key.type = sk->min_type;
H A Dfree-space-cache.c306 .min_type = BTRFS_EXTENT_DATA_KEY,
H A Dinode.c5332 .min_type = 0,
8349 .min_type = BTRFS_EXTENT_DATA_KEY,
/linux-master/drivers/scsi/arm/
H A Dpowertec.c123 /* Prototype: fasdmatype_t powertecscsi_dma_setup(host, SCpnt, direction, min_type)
128 * min_type - minimum DMA support that we must have for this transfer
133 fasdmadir_t direction, fasdmatype_t min_type)
140 min_type == fasdma_real_all) {
132 powertecscsi_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, fasdmatype_t min_type) argument
H A Dcumana_2.c149 /* Prototype: fasdmatype_t cumanascsi_2_dma_setup(host, SCpnt, direction, min_type)
154 * min_type - minimum DMA support that we must have for this transfer
159 fasdmadir_t direction, fasdmatype_t min_type)
168 (min_type == fasdma_real_all || SCp->this_residual >= 512)) {
158 cumanascsi_2_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, fasdmatype_t min_type) argument
H A Darxescsi.c62 * Function: int arxescsi_dma_setup(host, SCpnt, direction, min_type)
67 * min_type - minimum DMA support that we must have for this transfer
72 fasdmadir_t direction, fasdmatype_t min_type)
71 arxescsi_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, fasdmatype_t min_type) argument
H A Deesox.c150 /* Prototype: fasdmatype_t eesoxscsi_dma_setup(host, SCpnt, direction, min_type)
155 * min_type - minimum DMA support that we must have for this transfer
160 fasdmadir_t direction, fasdmatype_t min_type)
167 (min_type == fasdma_real_all || SCp->this_residual >= 512)) {
159 eesoxscsi_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, fasdmatype_t min_type) argument
/linux-master/security/tomoyo/
H A Dcommon.c429 u8 min_type = ptr->value_type[0]; local
435 switch (min_type) {
449 if (min == max && min_type == max_type)
452 min_type = max_type;
/linux-master/include/uapi/linux/
H A Dbtrfs.h550 __u32 min_type; /* in */ member in struct:btrfs_ioctl_search_key

Completed in 358 milliseconds