Home
last modified time | relevance | path

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

/Linux-v6.1/tools/verification/dot2/
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_su…
107 buff.append("\t%s initial_state;" % min_type)
Ddot2k.py100 min_type = self.get_minimun_type()
106 main_c = main_c.replace("MIN_TYPE", min_type)
/Linux-v6.1/fs/btrfs/
Dinode-item.h48 u32 min_type; member
Dinode-item.c478 ASSERT(new_size == 0 || control->min_type == BTRFS_EXTENT_DATA_KEY); in btrfs_truncate_inode_items()
535 if (found_type < control->min_type) in btrfs_truncate_inode_items()
554 if (found_type > control->min_type) { in btrfs_truncate_inode_items()
Dtree-log.c4144 u64 new_size, u32 min_type) in truncate_inode_items() argument
4149 .min_type = min_type, in truncate_inode_items()
Dioctl.c2401 test.type = sk->min_type; in key_in_sk()
2585 key.type = sk->min_type; in search_ioctl()
Dfree-space-cache.c313 .min_type = BTRFS_EXTENT_DATA_KEY, in btrfs_truncate_free_space_cache()
Dinode.c5458 .min_type = 0, in btrfs_evict_inode()
8548 .min_type = BTRFS_EXTENT_DATA_KEY, in btrfs_truncate()
/Linux-v6.1/drivers/scsi/arm/
Dpowertec.c133 fasdmadir_t direction, fasdmatype_t min_type) in powertecscsi_dma_setup() argument
140 min_type == fasdma_real_all) { in powertecscsi_dma_setup()
Dcumana_2.c159 fasdmadir_t direction, fasdmatype_t min_type) in cumanascsi_2_dma_setup() argument
168 (min_type == fasdma_real_all || SCp->this_residual >= 512)) { in cumanascsi_2_dma_setup()
Deesox.c160 fasdmadir_t direction, fasdmatype_t min_type) in eesoxscsi_dma_setup() argument
167 (min_type == fasdma_real_all || SCp->this_residual >= 512)) { in eesoxscsi_dma_setup()
Darxescsi.c72 fasdmadir_t direction, fasdmatype_t min_type) in arxescsi_dma_setup() argument
/Linux-v6.1/security/tomoyo/
Dcommon.c428 u8 min_type = ptr->value_type[0]; in tomoyo_print_number_union_nospace() local
434 switch (min_type) { in tomoyo_print_number_union_nospace()
448 if (min == max && min_type == max_type) in tomoyo_print_number_union_nospace()
451 min_type = max_type; in tomoyo_print_number_union_nospace()
/Linux-v6.1/include/uapi/linux/
Dbtrfs.h524 __u32 min_type; /* in */ member