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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dioctl.h57 __u32 min_type; member in struct:btrfs_ioctl_search_key
H A Dioctl.c898 test.type = sk->min_type;
1035 key.type = sk->min_type;
H A Dinode.c2979 * min_type is the minimum key type to truncate down to. If set to 0, this
2985 u64 new_size, u32 min_type)
3007 BUG_ON(new_size > 0 && min_type != BTRFS_EXTENT_DATA_KEY);
3047 if (found_type < min_type)
3068 if (found_type > min_type) {
2982 btrfs_truncate_inode_items(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct inode *inode, u64 new_size, u32 min_type) argument
H A Dctree.h2373 u32 min_type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/tomoyo/
H A Dcommon.h333 u8 min_type; member in struct:tomoyo_number_union
1001 && p1->group == p2->group && p1->min_type == p2->min_type &&
H A Dcommon.c221 u8 min_type = ptr->min_type; local
226 switch (min_type) {
240 if (min == max && min_type == max_type)
243 min_type = max_type;
H A Dutil.c128 num->min_type = type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Dcumana_2.c148 /* 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)
167 (min_type == fasdma_real_all || SCp->this_residual >= 512)) {
157 cumanascsi_2_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, fasdmatype_t min_type) argument
H A Dpowertec.c122 /* 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)
139 min_type == fasdma_real_all) {
131 powertecscsi_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, fasdmatype_t min_type) argument
H A Darxescsi.c57 * 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)
66 arxescsi_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, fasdmatype_t min_type) argument
H A Deesox.c149 /* 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)
166 (min_type == fasdma_real_all || SCp->this_residual >= 512)) {
158 eesoxscsi_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, fasdmatype_t min_type) argument

Completed in 188 milliseconds