Symbol: pr_type
arch/sparc/include/asm/elf_64.h
158
unsigned int pr_type;
drivers/md/dm.c
3486
enum pr_type type;
drivers/md/dm.c
3605
static int dm_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type,
drivers/md/dm.c
3648
static int dm_pr_release(struct block_device *bdev, u64 key, enum pr_type type)
drivers/md/dm.c
3684
enum pr_type type, bool abort)
drivers/nvme/host/pr.c
12
static enum nvme_pr_type nvme_pr_type_from_blk(enum pr_type type)
drivers/nvme/host/pr.c
141
enum pr_type type, unsigned flags)
drivers/nvme/host/pr.c
160
enum pr_type type, bool abort)
drivers/nvme/host/pr.c
190
static int nvme_pr_release(struct block_device *bdev, u64 key, enum pr_type type)
drivers/nvme/host/pr.c
32
static enum pr_type block_pr_type_from_nvme(enum nvme_pr_type type)
drivers/scsi/scsi_common.c
68
enum pr_type scsi_pr_type_to_block(enum scsi_pr_type type)
drivers/scsi/scsi_common.c
89
enum scsi_pr_type block_pr_type_to_scsi(enum pr_type type)
drivers/scsi/sd.c
2189
static int sd_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type,
drivers/scsi/sd.c
2198
static int sd_pr_release(struct block_device *bdev, u64 key, enum pr_type type)
drivers/scsi/sd.c
2205
enum pr_type type, bool abort)
fs/binfmt_elf.c
759
if (have_prev_type && pr->pr_type <= *prev_type)
fs/binfmt_elf.c
761
*prev_type = pr->pr_type;
fs/binfmt_elf.c
763
ret = arch_parse_elf_property(pr->pr_type, data + o,
include/linux/elf.h
82
u32 pr_type;
include/linux/pr.h
16
enum pr_type type;
include/linux/pr.h
23
enum pr_type type, u32 flags);
include/linux/pr.h
25
enum pr_type type);
include/linux/pr.h
27
enum pr_type type, bool abort);
include/scsi/scsi_common.h
30
enum scsi_pr_type block_pr_type_to_scsi(enum pr_type type);
include/scsi/scsi_common.h
31
enum pr_type scsi_pr_type_to_block(enum scsi_pr_type type);
scripts/kconfig/expr.c
1159
void *data, tristate pr_type, const char **title)
scripts/kconfig/expr.c
1162
expr_print_revdep(e->left.expr, fn, data, pr_type, title);
scripts/kconfig/expr.c
1163
expr_print_revdep(e->right.expr, fn, data, pr_type, title);
scripts/kconfig/expr.c
1164
} else if (expr_calc_value(e) == pr_type) {
scripts/kconfig/expr.c
1177
tristate pr_type, const char *title)
scripts/kconfig/expr.c
1179
expr_print_revdep(e, expr_print_gstr_helper, gs, pr_type, &title);
scripts/kconfig/expr.h
317
tristate pr_type, const char *title);