Searched refs:check_flags (Results 1 – 18 of 18) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | bpf_local_storage.c | 539 static int check_flags(const struct bpf_local_storage_data *old_sdata, in check_flags() function 655 err = check_flags(NULL, map_flags); in bpf_local_storage_update() 680 err = check_flags(old_sdata, map_flags); in bpf_local_storage_update() 713 err = check_flags(old_sdata, map_flags); in bpf_local_storage_update()
|
| H A D | hashtab.c | 1152 static int check_flags(struct bpf_htab *htab, struct htab_elem *l_old, in check_flags() function 1197 ret = check_flags(htab, l_old, map_flags); in htab_map_update_elem() 1219 ret = check_flags(htab, l_old, map_flags); in htab_map_update_elem() 1314 ret = check_flags(htab, l_old, map_flags); in htab_lru_map_update_elem() 1381 ret = check_flags(htab, l_old, map_flags); in htab_map_update_elem_in_place() 1454 ret = check_flags(htab, l_old, map_flags); in __htab_lru_percpu_map_update_elem()
|
| /linux/include/sound/ |
| H A D | ak4114.h | 176 unsigned int check_flags; member
|
| H A D | ak4113.h | 293 unsigned int check_flags; member
|
| /linux/kernel/locking/ |
| H A D | lockdep.c | 5690 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 D | file.c | 78 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 D | nfs4file.c | 448 .check_flags = nfs_check_flags,
|
| H A D | file.c | 965 .check_flags = nfs_check_flags,
|
| /linux/fs/ |
| H A D | fcntl.c | 67 if (filp->f_op->check_flags) in setfl() 68 error = filp->f_op->check_flags(arg); in setfl()
|
| /linux/sound/pci/ice1712/ |
| H A D | revo.c | 487 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in ap192_ak4114_init()
|
| H A D | juli.c | 579 spec->ak4114->check_flags = 0; in juli_init()
|
| H A D | prodigy192.c | 613 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in prodigy192_ak4114_init()
|
| H A D | quartet.c | 1029 spec->ak4113->check_flags = 0; in qtet_init()
|
| /linux/sound/i2c/other/ |
| H A D | ak4113.c | 616 snd_ak4113_check_rate_and_errors(chip, chip->check_flags); in ak4113_stats()
|
| H A D | ak4114.c | 594 snd_ak4114_check_rate_and_errors(chip, chip->check_flags); in ak4114_stats()
|
| /linux/Documentation/filesystems/ |
| H A D | locking.rst | 488 int (*check_flags)(int);
|
| /linux/mm/ |
| H A D | page_alloc.c | 1072 unsigned long check_flags) in page_expected_state() argument 1083 (page->flags.f & check_flags))) in page_expected_state()
|
| /linux/include/linux/ |
| H A D | fs.h | 1948 int (*check_flags)(int); member
|