Home
last modified time | relevance | path

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

12

/kernel/linux/linux-6.6/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)
/kernel/linux/linux-6.6/fs/btrfs/
H A Dinode-item.h48 u32 min_type; member
H A Dinode-item.c451 * with a type greater than or equals to @min_type. When @min_type has a value of
456 * Returns: 0 on success, < 0 on error and NEED_TRUNCATE_BLOCK when @min_type is
483 ASSERT(new_size == 0 || control->min_type == BTRFS_EXTENT_DATA_KEY); in btrfs_truncate_inode_items()
540 if (found_type < control->min_type) in btrfs_truncate_inode_items()
559 if (found_type > control->min_type) { in btrfs_truncate_inode_items()
H A Dtree-log.c4098 u64 new_size, u32 min_type) in truncate_inode_items()
4103 .min_type = min_type, in truncate_inode_items()
4095 truncate_inode_items(struct btrfs_trans_handle *trans, struct btrfs_root *log_root, struct btrfs_inode *inode, u64 new_size, u32 min_type) truncate_inode_items() argument
H A Dioctl.c1523 test.type = sk->min_type; in key_in_sk()
1707 key.type = sk->min_type; in search_ioctl()
H A Dfree-space-cache.c303 .min_type = BTRFS_EXTENT_DATA_KEY, in btrfs_truncate_free_space_cache()
/kernel/linux/linux-5.10/drivers/scsi/arm/
H A Dpowertec.c119 /* Prototype: fasdmatype_t powertecscsi_dma_setup(host, SCpnt, direction, min_type)
124 * min_type - minimum DMA support that we must have for this transfer
129 fasdmadir_t direction, fasdmatype_t min_type) in powertecscsi_dma_setup()
136 min_type == fasdma_real_all) { in powertecscsi_dma_setup()
128 powertecscsi_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, fasdmatype_t min_type) powertecscsi_dma_setup() argument
H A Deesox.c146 /* Prototype: fasdmatype_t eesoxscsi_dma_setup(host, SCpnt, direction, min_type)
151 * min_type - minimum DMA support that we must have for this transfer
156 fasdmadir_t direction, fasdmatype_t min_type) in eesoxscsi_dma_setup()
163 (min_type == fasdma_real_all || SCp->this_residual >= 512)) { in eesoxscsi_dma_setup()
155 eesoxscsi_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, fasdmatype_t min_type) eesoxscsi_dma_setup() argument
H A Dcumana_2.c145 /* Prototype: fasdmatype_t cumanascsi_2_dma_setup(host, SCpnt, direction, min_type)
150 * min_type - minimum DMA support that we must have for this transfer
155 fasdmadir_t direction, fasdmatype_t min_type) in cumanascsi_2_dma_setup()
164 (min_type == fasdma_real_all || SCp->this_residual >= 512)) { in cumanascsi_2_dma_setup()
154 cumanascsi_2_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, fasdmatype_t min_type) cumanascsi_2_dma_setup() argument
H A Darxescsi.c58 * Function: int arxescsi_dma_setup(host, SCpnt, direction, min_type)
63 * min_type - minimum DMA support that we must have for this transfer
68 fasdmadir_t direction, fasdmatype_t min_type) in arxescsi_dma_setup()
67 arxescsi_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, fasdmatype_t min_type) arxescsi_dma_setup() argument
/kernel/linux/linux-6.6/drivers/scsi/arm/
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) in eesoxscsi_dma_setup()
167 (min_type == fasdma_real_all || SCp->this_residual >= 512)) { in eesoxscsi_dma_setup()
159 eesoxscsi_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, fasdmatype_t min_type) eesoxscsi_dma_setup() argument
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) in powertecscsi_dma_setup()
140 min_type == fasdma_real_all) { in powertecscsi_dma_setup()
132 powertecscsi_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, fasdmatype_t min_type) powertecscsi_dma_setup() 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) in cumanascsi_2_dma_setup()
168 (min_type == fasdma_real_all || SCp->this_residual >= 512)) { in cumanascsi_2_dma_setup()
158 cumanascsi_2_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, fasdmatype_t min_type) cumanascsi_2_dma_setup() 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) in arxescsi_dma_setup()
71 arxescsi_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, fasdmatype_t min_type) arxescsi_dma_setup() argument
/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.c437 u8 min_type = ptr->value_type[0]; in tomoyo_print_number_union_nospace() local
443 switch (min_type) { in tomoyo_print_number_union_nospace()
457 if (min == max && min_type == max_type) in tomoyo_print_number_union_nospace()
460 min_type = max_type; in tomoyo_print_number_union_nospace()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcommon.c429 u8 min_type = ptr->value_type[0]; in tomoyo_print_number_union_nospace() local
435 switch (min_type) { in tomoyo_print_number_union_nospace()
449 if (min == max && min_type == max_type) in tomoyo_print_number_union_nospace()
452 min_type = max_type; in tomoyo_print_number_union_nospace()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dbtrfs.h516 __u32 min_type; /* in */ member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dbtrfs.h280 __u32 min_type; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dbtrfs.h280 __u32 min_type; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dbtrfs.h277 __u32 min_type; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dbtrfs.h547 __u32 min_type; /* in */ member
/kernel/linux/linux-5.10/fs/btrfs/
H A Dinode.c4208 * min_type is the minimum key type to truncate down to. If set to 0, this
4214 u64 new_size, u32 min_type) in btrfs_truncate_inode_items()
4241 BUG_ON(new_size > 0 && min_type != BTRFS_EXTENT_DATA_KEY); in btrfs_truncate_inode_items()
4277 if (min_type == 0 && root == BTRFS_I(inode)->root) in btrfs_truncate_inode_items()
4321 if (found_type < min_type) in btrfs_truncate_inode_items()
4346 if (found_type > min_type) { in btrfs_truncate_inode_items()
4211 btrfs_truncate_inode_items(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct inode *inode, u64 new_size, u32 min_type) btrfs_truncate_inode_items() argument
H A Dioctl.c2099 test.type = sk->min_type; in key_in_sk()
2283 key.type = sk->min_type; in search_ioctl()
H A Dctree.h3007 u32 min_type);

Completed in 68 milliseconds

12