Searched refs:min_type (Results 1 - 9 of 9) sorted by relevance
/linux-4.4.14/drivers/scsi/arm/ |
H A D | powertec.c | 122 /* Prototype: fasdmatype_t powertecscsi_dma_setup(host, SCpnt, direction, min_type) 127 * min_type - minimum DMA support that we must have for this transfer 132 fasdmadir_t direction, fasdmatype_t min_type) powertecscsi_dma_setup() 139 min_type == fasdma_real_all) { powertecscsi_dma_setup() 131 powertecscsi_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, fasdmatype_t min_type) powertecscsi_dma_setup() argument
|
H A D | arxescsi.c | 57 * Function: int arxescsi_dma_setup(host, SCpnt, direction, min_type) 62 * min_type - minimum DMA support that we must have for this transfer 67 fasdmadir_t direction, fasdmatype_t min_type) arxescsi_dma_setup() 66 arxescsi_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, fasdmatype_t min_type) arxescsi_dma_setup() argument
|
H A D | cumana_2.c | 148 /* Prototype: fasdmatype_t cumanascsi_2_dma_setup(host, SCpnt, direction, min_type) 153 * min_type - minimum DMA support that we must have for this transfer 158 fasdmadir_t direction, fasdmatype_t min_type) cumanascsi_2_dma_setup() 167 (min_type == fasdma_real_all || SCp->this_residual >= 512)) { cumanascsi_2_dma_setup() 157 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 D | eesox.c | 149 /* Prototype: fasdmatype_t eesoxscsi_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) eesoxscsi_dma_setup() 166 (min_type == fasdma_real_all || SCp->this_residual >= 512)) { eesoxscsi_dma_setup() 158 eesoxscsi_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, fasdmatype_t min_type) eesoxscsi_dma_setup() argument
|
/linux-4.4.14/security/tomoyo/ |
H A D | common.c | 432 u8 min_type = ptr->value_type[0]; tomoyo_print_number_union_nospace() local 437 switch (min_type) { tomoyo_print_number_union_nospace() 451 if (min == max && min_type == max_type) tomoyo_print_number_union_nospace() 454 min_type = max_type; tomoyo_print_number_union_nospace()
|
/linux-4.4.14/include/uapi/linux/ |
H A D | btrfs.h | 298 __u32 min_type; member in struct:btrfs_ioctl_search_key
|
/linux-4.4.14/fs/btrfs/ |
H A D | inode.c | 4271 * min_type is the minimum key type to truncate down to. If set to 0, this 4277 u64 new_size, u32 min_type) btrfs_truncate_inode_items() 4303 BUG_ON(new_size > 0 && min_type != BTRFS_EXTENT_DATA_KEY); btrfs_truncate_inode_items() 4334 if (min_type == 0 && root == BTRFS_I(inode)->root) btrfs_truncate_inode_items() 4380 if (found_type < min_type) btrfs_truncate_inode_items() 4397 if (found_type > min_type) { btrfs_truncate_inode_items() 4274 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 D | ioctl.c | 1919 test.type = sk->min_type; key_in_sk() 2100 key.type = sk->min_type; search_ioctl()
|
H A D | ctree.h | 3960 u32 min_type);
|
Completed in 423 milliseconds