Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/agp/
Dintel-gtt.c57 bool (*check_flags)(unsigned int flags); member
905 if (!intel_private.driver->check_flags(type)) in intel_fake_agp_insert_entries()
1171 .check_flags = i830_check_flags,
1181 .check_flags = i830_check_flags,
1192 .check_flags = i830_check_flags,
1202 .check_flags = i830_check_flags,
1212 .check_flags = i830_check_flags,
1222 .check_flags = i830_check_flags,
1231 .check_flags = i830_check_flags,
1241 .check_flags = i830_check_flags,
/linux-4.1.27/include/sound/
Dak4114.h186 unsigned int check_flags; member
Dak4113.h303 unsigned int check_flags; member
/linux-4.1.27/fs/nfs/
Dnfs4file.c187 .check_flags = nfs_check_flags,
Dfile.c944 .check_flags = nfs_check_flags,
/linux-4.1.27/kernel/locking/
Dlockdep.c2761 static void check_flags(unsigned long flags);
2771 check_flags(flags); in lockdep_trace_alloc()
3549 static void check_flags(unsigned long flags) in check_flags() function
3597 check_flags(flags); in lock_set_class()
3619 check_flags(flags); in lock_acquire()
3639 check_flags(flags); in lock_release()
3657 check_flags(flags); in lock_is_held()
3832 check_flags(flags); in lock_contended()
3852 check_flags(flags); in lock_acquired()
/linux-4.1.27/fs/
Dfcntl.c60 if (filp->f_op->check_flags) in setfl()
61 error = filp->f_op->check_flags(arg); in setfl()
/linux-4.1.27/drivers/isdn/gigaset/
Dev-layer.c1852 int check_flags = 0; in process_events() local
1862 if (!check_flags && !cs->commands_pending) in process_events()
1864 check_flags = 0; in process_events()
1884 check_flags = 1; in process_events()
/linux-4.1.27/sound/pci/ice1712/
Djuli.c616 spec->ak4114->check_flags = 0; in juli_init()
Drevo.c501 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in ap192_ak4114_init()
Dprodigy192.c635 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in prodigy192_ak4114_init()
Dquartet.c1070 spec->ak4113->check_flags = 0; in qtet_init()
/linux-4.1.27/sound/i2c/other/
Dak4113.c637 snd_ak4113_check_rate_and_errors(chip, chip->check_flags); in ak4113_stats()
Dak4114.c623 snd_ak4114_check_rate_and_errors(chip, chip->check_flags); in ak4114_stats()
/linux-4.1.27/Documentation/filesystems/
DLocking456 int (*check_flags)(int);
Dvfs.txt823 int (*check_flags)(int);
882 check_flags: called by the fcntl(2) system call for F_SETFL command
/linux-4.1.27/fs/btrfs/
Dioctl.c198 static int check_flags(unsigned int flags) in check_flags() function
234 ret = check_flags(flags); in btrfs_ioctl_setflags()
/linux-4.1.27/include/linux/
Dfs.h1611 int (*check_flags)(int); member