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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbad_inode.c188 .check_flags = bad_file_check_flags,
H A Dfcntl.c232 if (filp->f_op && filp->f_op->check_flags)
233 error = filp->f_op->check_flags(arg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Dev-layer.c1883 int check_flags = 0; local
1893 if (!check_flags && !atomic_read(&cs->commands_pending))
1895 check_flags = 0;
1915 check_flags = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dlockdep.c2398 static void check_flags(unsigned long flags) function
2439 check_flags(flags);
2458 check_flags(flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dfile.c69 .check_flags = nfs_check_flags,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfs.h1101 int (*check_flags)(int); member in struct:file_operations

Completed in 78 milliseconds