Searched refs:f_flags (Results 26 - 50 of 259) sorted by relevance

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Dfile.c200 if (file->f_flags & O_APPEND) {
204 if (pos + count > MAX_NON_LFS && !(file->f_flags&O_LARGEFILE)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dfile.c107 if ((file->f_flags & O_ACCMODE) == O_WRONLY) {
179 if (file->f_flags & O_CREAT) {
203 if (file->f_flags & O_EXCL)
216 inode, file->f_flags, full_path));
217 desiredAccess = cifs_convert_flags(file->f_flags);
243 disposition = cifs_get_disposition(file->f_flags);
399 inode, file->f_flags,full_path));
400 desiredAccess = cifs_convert_flags(file->f_flags);
1023 ((open_file->pfile->f_flags & O_RDWR) ||
1024 (open_file->pfile->f_flags
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Drtlx.c382 return rtlx_open(minor, (filp->f_flags & O_NONBLOCK) ? 0 : 1);
422 if (!rtlx_read_poll(minor, (file->f_flags & O_NONBLOCK) ? 0 : 1)) {
442 if (file->f_flags & O_NONBLOCK)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmfs.c108 file->f_flags);
110 status = dlmfs_decode_open_flags(file->f_flags, &level, &flags);
116 file->f_flags &= ~O_APPEND;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_file.c61 if (unlikely(file->f_flags & O_DIRECT))
100 if (unlikely(file->f_flags & O_DIRECT))
205 if (!(filp->f_flags & O_LARGEFILE) && i_size_read(inode) > MAX_NON_LFS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_init.c295 if ((file->f_flags & O_ACCMODE) != O_RDONLY)
297 if ((file->f_flags & O_ACCMODE) != O_WRONLY)
299 if (file->f_flags & O_NONBLOCK)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/emu10k1/
H A Dmidi.c116 if (file->f_flags & O_NONBLOCK) {
203 if (!(file->f_flags & O_NONBLOCK)) {
283 if (file->f_flags & O_NONBLOCK)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dppdev.c134 (file->f_flags & O_NONBLOCK) ?
165 if (file->f_flags & O_NONBLOCK) {
214 (file->f_flags & O_NONBLOCK) ?
248 if (file->f_flags & O_NONBLOCK) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Danon_inodes.c121 file->f_flags = O_RDWR;
H A Dopen.c304 if (file->f_flags & O_LARGEFILE)
680 f->f_flags = flags;
705 f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC);
710 if (f->f_flags & O_DIRECT) {
1104 if (!(filp->f_flags & O_LARGEFILE) && i_size_read(inode) > MAX_NON_LFS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/hdpuftrs/
H A Dhdpu_cpustate.c129 return cpustate_get_ref((file->f_flags & O_EXCL));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dav7110_av.c887 if ((file->f_flags & O_ACCMODE) != O_RDONLY)
895 if ((file->f_flags & O_ACCMODE) != O_RDONLY) {
914 if ((file->f_flags & O_ACCMODE) == O_RDONLY)
920 return dvb_play(av7110, buf, count, file->f_flags & O_NONBLOCK, 1);
954 return dvb_aplay(av7110, buf, count, file->f_flags & O_NONBLOCK, 0);
996 if ((file->f_flags & O_ACCMODE) == O_RDONLY) {
1073 ret = dvb_video_get_event(av7110, parg, file->f_flags);
1126 file->f_flags & O_NONBLOCK);
1210 if (((file->f_flags & O_ACCMODE) == O_RDONLY) &&
1358 if ((file->f_flags
[all...]
H A Dav7110_ca.c153 int non_blocking = file->f_flags & O_NONBLOCK;
192 int non_blocking = file->f_flags & O_NONBLOCK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvbdev.c127 if ((file->f_flags & O_ACCMODE) == O_RDONLY) {
150 if ((file->f_flags & O_ACCMODE) == O_RDONLY) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-empress.c138 file->f_flags & O_NONBLOCK);
270 file->f_flags & O_NONBLOCK);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dfile.c68 int mode = file->f_flags;
1452 appending = file->f_flags & O_APPEND ? 1 : 0;
1453 direct_io = file->f_flags & O_DIRECT ? 1 : 0;
1497 if (!sync && ((file->f_flags & O_SYNC) || IS_SYNC(inode)))
1536 BUG_ON(ret == -EIOCBQUEUED && !(file->f_flags & O_DIRECT));
1642 if (unlikely((out->f_flags & O_SYNC) || IS_SYNC(inode))) {
1749 if (filp->f_flags & O_DIRECT) {
1784 BUG_ON(ret == -EIOCBQUEUED && !(filp->f_flags & O_DIRECT));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/power/
H A Duser.c51 if ((filp->f_flags & O_ACCMODE) == O_RDWR) {
63 if ((filp->f_flags & O_ACCMODE) == O_RDONLY) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dmidibuf.c279 if (file->f_flags & O_NONBLOCK) {
323 if (file->f_flags & O_NONBLOCK) {
H A Daudio.c252 if ((err = DMAbuf_getwrbuffer(dev, &dma_buf, &buf_size, !!(file->f_flags & O_NONBLOCK))) < 0)
255 if ((file->f_flags & O_NONBLOCK) && err == -EAGAIN)
326 if ((buf_no = DMAbuf_getrdbuffer(dev, &dmabuf, &l, !!(file->f_flags & O_NONBLOCK))) < 0)
335 if ((file->f_flags & O_NONBLOCK) && buf_no == -EAGAIN)
436 file->f_flags |= O_NONBLOCK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/
H A Dsocket.c382 file->f_flags = O_RDWR;
682 flags = !(file->f_flags & O_NONBLOCK) ? 0 : MSG_DONTWAIT;
721 msg->msg_flags = (file->f_flags & O_NONBLOCK) ? MSG_DONTWAIT : 0;
761 msg->msg_flags = (file->f_flags & O_NONBLOCK) ? MSG_DONTWAIT : 0;
1420 err = sock->ops->accept(sock, newsock, sock->file->f_flags);
1490 sock->file->f_flags);
1600 if (sock->file->f_flags & O_NONBLOCK)
1655 if (sock->file->f_flags & O_NONBLOCK)
1857 if (sock->file->f_flags & O_NONBLOCK)
1941 if (sock->file->f_flags
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dfilemap.c1178 if (filp->f_flags & O_DIRECT) {
1961 if (file->f_flags & O_APPEND)
1986 !(file->f_flags & O_LARGEFILE))) {
2067 ((file->f_flags & O_SYNC) || IS_SYNC(inode))) {
2221 if (unlikely((file->f_flags & O_SYNC) || IS_SYNC(inode))) {
2233 if (unlikely(file->f_flags & O_DIRECT) && written)
2282 if (unlikely(file->f_flags & O_DIRECT)) {
2354 if (ret > 0 && ((file->f_flags & O_SYNC) || IS_SYNC(inode))) {
2380 if (ret > 0 && ((file->f_flags & O_SYNC) || IS_SYNC(inode))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/pcmcia/
H A Dcm4040_cs.c243 if (filp->f_flags & O_NONBLOCK) {
244 DEBUGP(4, dev, "filep->f_flags O_NONBLOCK set\n");
349 if (filp->f_flags & O_NONBLOCK) {
350 DEBUGP(4, dev, "filep->f_flags O_NONBLOCK set\n");
465 if (filp->f_flags & O_NONBLOCK) {
466 DEBUGP(4, dev, "filep->f_flags O_NONBLOCK set\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/boot/
H A Delf2ecoff.c226 f->f_flags = swab16(f->f_flags);
440 efh.f_flags = 0x100f; /* Stripped, not sharable. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dpcmcia_ioctl.c410 if ((file->f_flags & O_ACCMODE) != O_RDONLY) {
463 if ((file->f_flags & O_ACCMODE) != O_RDONLY) {
517 if ((file->f_flags & O_ACCMODE) == O_RDONLY)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dops_file.c46 * use them. f_flags set to prevent file_accessed() from touching
51 .f_flags = O_NOATIME|O_RDONLY,
402 if (!(file->f_flags & O_LARGEFILE) &&
411 file->f_flags |= O_DIRECT;

Completed in 144 milliseconds

1234567891011