Searched refs:check_flags (Results 1 - 18 of 18) sorted by relevance

/linux-master/drivers/char/agp/
H A Dintel-gtt.c59 bool (*check_flags)(unsigned int flags); member in struct:intel_gtt_driver
921 if (!intel_private.driver->check_flags(type))
1188 .check_flags = i830_check_flags,
1198 .check_flags = i830_check_flags,
1209 .check_flags = i830_check_flags,
1219 .check_flags = i830_check_flags,
1229 .check_flags = i830_check_flags,
1239 .check_flags = i830_check_flags,
1248 .check_flags = i830_check_flags,
1258 .check_flags
[all...]
/linux-master/include/sound/
H A Dak4114.h176 unsigned int check_flags; member in struct:ak4114
H A Dak4113.h293 unsigned int check_flags; member in struct:ak4113
/linux-master/kernel/bpf/
H A Dbpf_local_storage.c434 static int check_flags(const struct bpf_local_storage_data *old_sdata, function
549 err = check_flags(NULL, map_flags);
574 err = check_flags(old_sdata, map_flags);
605 err = check_flags(old_sdata, map_flags);
H A Dhashtab.c1079 static int check_flags(struct bpf_htab *htab, struct htab_elem *l_old, function
1125 ret = check_flags(htab, l_old, map_flags);
1147 ret = check_flags(htab, l_old, map_flags);
1239 ret = check_flags(htab, l_old, map_flags);
1297 ret = check_flags(htab, l_old, map_flags);
1363 ret = check_flags(htab, l_old, map_flags);
/linux-master/fs/overlayfs/
H A Dfile.c81 if (file->f_op->check_flags) {
82 err = file->f_op->check_flags(flags);
/linux-master/kernel/locking/
H A Dlockdep.c5584 static noinstr void check_flags(unsigned long flags) function
5638 check_flags(flags);
5655 check_flags(flags);
5751 check_flags(flags);
5771 check_flags(flags);
5798 check_flags(flags);
5822 check_flags(flags);
5843 check_flags(flags);
5862 check_flags(flags);
5879 check_flags(flag
[all...]
/linux-master/sound/pci/ice1712/
H A Drevo.c487 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE;
H A Djuli.c579 spec->ak4114->check_flags = 0;
H A Dprodigy192.c621 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE;
H A Dquartet.c1029 * (i.e. check_flags = 0) */
1030 spec->ak4113->check_flags = 0;
/linux-master/fs/nfs/
H A Dnfs4file.c460 .check_flags = nfs_check_flags,
H A Dfile.c900 .check_flags = nfs_check_flags,
/linux-master/fs/
H A Dfcntl.c66 if (filp->f_op->check_flags)
67 error = filp->f_op->check_flags(arg);
/linux-master/sound/i2c/other/
H A Dak4113.c620 snd_ak4113_check_rate_and_errors(chip, chip->check_flags);
H A Dak4114.c607 snd_ak4114_check_rate_and_errors(chip, chip->check_flags);
/linux-master/mm/
H A Dpage_alloc.c910 unsigned long check_flags)
923 (page->flags & check_flags)))
909 page_expected_state(struct page *page, unsigned long check_flags) argument
/linux-master/include/linux/
H A Dfs.h2028 int (*check_flags)(int); member in struct:file_operations

Completed in 288 milliseconds