Symbol: check_flags
drivers/char/agp/intel-gtt.c
1235
.check_flags = i830_check_flags,
drivers/char/agp/intel-gtt.c
1247
.check_flags = i830_check_flags,
drivers/char/agp/intel-gtt.c
1259
.check_flags = i830_check_flags,
drivers/char/agp/intel-gtt.c
1270
.check_flags = i830_check_flags,
drivers/char/agp/intel-gtt.c
1281
.check_flags = i830_check_flags,
drivers/char/agp/intel-gtt.c
1292
.check_flags = i830_check_flags,
drivers/char/agp/intel-gtt.c
1302
.check_flags = i830_check_flags,
drivers/char/agp/intel-gtt.c
1313
.check_flags = i830_check_flags,
drivers/char/agp/intel-gtt.c
60
bool (*check_flags)(unsigned int flags);
drivers/char/agp/intel-gtt.c
955
if (!intel_private.driver->check_flags(type))
fs/fcntl.c
67
if (filp->f_op->check_flags)
fs/fcntl.c
68
error = filp->f_op->check_flags(arg);
fs/nfs/file.c
965
.check_flags = nfs_check_flags,
fs/nfs/nfs4file.c
448
.check_flags = nfs_check_flags,
fs/overlayfs/file.c
78
if (file->f_op->check_flags) {
fs/overlayfs/file.c
79
err = file->f_op->check_flags(flags);
include/linux/fs.h
1948
int (*check_flags)(int);
include/sound/ak4113.h
293
unsigned int check_flags;
include/sound/ak4114.h
176
unsigned int check_flags;
kernel/bpf/bpf_local_storage.c
655
err = check_flags(NULL, map_flags);
kernel/bpf/bpf_local_storage.c
680
err = check_flags(old_sdata, map_flags);
kernel/bpf/bpf_local_storage.c
713
err = check_flags(old_sdata, map_flags);
kernel/bpf/hashtab.c
1197
ret = check_flags(htab, l_old, map_flags);
kernel/bpf/hashtab.c
1219
ret = check_flags(htab, l_old, map_flags);
kernel/bpf/hashtab.c
1314
ret = check_flags(htab, l_old, map_flags);
kernel/bpf/hashtab.c
1381
ret = check_flags(htab, l_old, map_flags);
kernel/bpf/hashtab.c
1454
ret = check_flags(htab, l_old, map_flags);
kernel/locking/lockdep.c
5744
check_flags(flags);
kernel/locking/lockdep.c
5761
check_flags(flags);
kernel/locking/lockdep.c
5865
check_flags(flags);
kernel/locking/lockdep.c
5886
check_flags(flags);
kernel/locking/lockdep.c
5913
check_flags(flags);
kernel/locking/lockdep.c
5937
check_flags(flags);
kernel/locking/lockdep.c
5958
check_flags(flags);
kernel/locking/lockdep.c
5977
check_flags(flags);
kernel/locking/lockdep.c
5994
check_flags(flags);
kernel/locking/lockdep.c
6140
check_flags(flags);
kernel/locking/lockdep.c
6158
check_flags(flags);
mm/page_alloc.c
1072
unsigned long check_flags)
mm/page_alloc.c
1083
(page->flags.f & check_flags)))
sound/i2c/other/ak4113.c
616
snd_ak4113_check_rate_and_errors(chip, chip->check_flags);
sound/i2c/other/ak4114.c
594
snd_ak4114_check_rate_and_errors(chip, chip->check_flags);
sound/pci/ice1712/juli.c
579
spec->ak4114->check_flags = 0;
sound/pci/ice1712/prodigy192.c
613
spec->ak4114->check_flags = AK4114_CHECK_NO_RATE;
sound/pci/ice1712/quartet.c
1029
spec->ak4113->check_flags = 0;
sound/pci/ice1712/revo.c
487
spec->ak4114->check_flags = AK4114_CHECK_NO_RATE;