Home
last modified time | relevance | path

Searched refs:check_flags (Results 1 – 17 of 17) sorted by relevance

/linux/kernel/bpf/
H A Dbpf_local_storage.c535 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
/linux/include/sound/
H A Dak4114.h176 unsigned int check_flags; member
H A Dak4113.h293 unsigned int check_flags; member
/linux/kernel/locking/
H A Dlockdep.c5690 static noinstr void check_flags(unsigned long flags) in check_flags() function
5744 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 …]
/linux/fs/overlayfs/
H A Dfile.c78 if (file->f_op->check_flags) { in ovl_change_flags()
79 err = file->f_op->check_flags(flags); in ovl_change_flags()
/linux/fs/nfs/
H A Dnfs4file.c448 .check_flags = nfs_check_flags,
H A Dfile.c965 .check_flags = nfs_check_flags,
/linux/fs/
H A Dfcntl.c67 if (filp->f_op->check_flags) in setfl()
68 error = filp->f_op->check_flags(arg); in setfl()
/linux/sound/pci/ice1712/
H A Djuli.c579 spec->ak4114->check_flags = 0; in juli_init()
H A Drevo.c487 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in ap192_ak4114_init()
H A Dprodigy192.c613 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in prodigy192_ak4114_init()
H A Dquartet.c1028 * (i.e. check_flags = 0) */ in qtet_init()
1029 spec->ak4113->check_flags = 0; in qtet_init()
/linux/sound/i2c/other/
H A Dak4114.c594 snd_ak4114_check_rate_and_errors(chip, chip->check_flags); in ak4114_stats()
H A Dak4113.c616 snd_ak4113_check_rate_and_errors(chip, chip->check_flags); in ak4113_stats()
/linux/Documentation/filesystems/
H A Dlocking.rst488 int (*check_flags)(int);
/linux/mm/
H A Dpage_alloc.c1072 unsigned long check_flags) in page_expected_state() argument
1083 (page->flags.f & check_flags))) in page_expected_state()
/linux/include/linux/
H A Dfs.h1948 int (*check_flags)(int); member