Symbol: min_type
drivers/scsi/arm/arxescsi.c
72
fasdmadir_t direction, fasdmatype_t min_type)
drivers/scsi/arm/cumana_2.c
159
fasdmadir_t direction, fasdmatype_t min_type)
drivers/scsi/arm/cumana_2.c
168
(min_type == fasdma_real_all || SCp->this_residual >= 512)) {
drivers/scsi/arm/eesox.c
160
fasdmadir_t direction, fasdmatype_t min_type)
drivers/scsi/arm/eesox.c
167
(min_type == fasdma_real_all || SCp->this_residual >= 512)) {
drivers/scsi/arm/powertec.c
133
fasdmadir_t direction, fasdmatype_t min_type)
drivers/scsi/arm/powertec.c
140
min_type == fasdma_real_all) {
fs/btrfs/free-space-cache.c
302
.min_type = BTRFS_EXTENT_DATA_KEY,
fs/btrfs/inode-item.c
465
ASSERT(new_size == 0 || control->min_type == BTRFS_EXTENT_DATA_KEY);
fs/btrfs/inode-item.c
522
if (found_type < control->min_type)
fs/btrfs/inode-item.c
541
if (found_type > control->min_type) {
fs/btrfs/inode-item.h
51
u32 min_type;
fs/btrfs/inode.c
5698
.min_type = 0,
fs/btrfs/inode.c
7843
.min_type = BTRFS_EXTENT_DATA_KEY,
fs/btrfs/ioctl.c
1377
test.type = sk->min_type;
fs/btrfs/ioctl.c
1551
key.type = sk->min_type;
fs/btrfs/tree-log.c
4601
u64 new_size, u32 min_type)
fs/btrfs/tree-log.c
4606
.min_type = min_type,
include/uapi/linux/btrfs.h
551
__u32 min_type; /* in */
mm/vmscan.c
2697
min((min_seq)[min_type(swappiness)], (min_seq)[max_type(swappiness)])
mm/vmscan.c
2705
for ((type) = min_type(swappiness); (type) <= max_type(swappiness); (type)++)
security/tomoyo/common.c
431
u8 min_type = ptr->value_type[0];
security/tomoyo/common.c
437
switch (min_type) {
security/tomoyo/common.c
451
if (min == max && min_type == max_type)
security/tomoyo/common.c
454
min_type = max_type;