Searched refs:check_flags (Results 1 – 17 of 17) sorted by relevance
535 static int check_flags(const struct bpf_local_storage_data *old_sdata, in bpf_local_storage_alloc() 651 err = check_flags(NULL, map_flags); in bpf_local_storage_update() 676 err = check_flags(old_sdata, map_flags); in bpf_local_storage_cache_idx_get() 709 err = check_flags(old_sdata, map_flags); in bpf_local_storage_map_alloc_check() 469 static int check_flags(const struct bpf_local_storage_data *old_sdata, check_flags() function
176 unsigned int check_flags; member
293 unsigned int check_flags; member
5690 static noinstr void check_flags(unsigned long flags) in check_flags() function5744 check_flags(flags); in lock_set_class()5761 check_flags(flags); in lock_downgrade()5865 check_flags(flags); in lock_acquire()5886 check_flags(flags); in lock_release()5913 check_flags(flags); in lock_sync()5937 check_flags(flags); in lock_is_held_type()5958 check_flags(flags); in lock_pin_lock()5977 check_flags(flags); in lock_repin_lock()5994 check_flags(flags); in lock_unpin_lock()[all …]
78 if (file->f_op->check_flags) { in ovl_change_flags() 79 err = file->f_op->check_flags(flags); in ovl_change_flags()
448 .check_flags = nfs_check_flags,
965 .check_flags = nfs_check_flags,
67 if (filp->f_op->check_flags) in setfl() 68 error = filp->f_op->check_flags(arg); in setfl()
579 spec->ak4114->check_flags = 0; in juli_init()
487 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in ap192_ak4114_init()
613 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in prodigy192_ak4114_init()
1028 * (i.e. check_flags = 0) */ in qtet_init() 1029 spec->ak4113->check_flags = 0; in qtet_init()
594 snd_ak4114_check_rate_and_errors(chip, chip->check_flags); in ak4114_stats()
616 snd_ak4113_check_rate_and_errors(chip, chip->check_flags); in ak4113_stats()
488 int (*check_flags)(int);
1072 unsigned long check_flags) in page_expected_state() argument1083 (page->flags.f & check_flags))) in page_expected_state()
1948 int (*check_flags)(int); member