Searched refs:f_pos (Results 76 - 100 of 153) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dreaddir.c210 if (put_user(file->f_pos, &lastdirent->d_off))
294 typeof(lastdirent->d_off) d_off = file->f_pos;
H A Dbinfmt_elf_fdpic.c1155 return file->f_op->write(file, addr, nr, &file->f_pos) == nr;
1164 file->f_pos = off;
1252 DUMP_SEEK(roundup((unsigned long)file->f_pos, 4));
1254 DUMP_SEEK(roundup((unsigned long)file->f_pos, 4));
1470 DUMP_SEEK(file->f_pos + PAGE_SIZE);
1474 DUMP_SEEK(file->f_pos + PAGE_SIZE);
1763 if (file->f_pos != offset) {
1766 "elf_core_dump: file->f_pos (%lld) != offset (%lld)\n",
1767 file->f_pos, offset);
H A Dbinfmt_aout.c68 return file->f_op->write(file, addr, nr, &file->f_pos) == nr;
79 } else file->f_pos = (offset)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/befs/
H A Dlinuxvfs.c228 "name %s, inode %ld, filp->f_pos %Ld",
229 dirname, inode->i_ino, filp->f_pos);
231 result = befs_btree_read(sb, ds, filp->f_pos, BEFS_NAME_LEN + 1,
259 result = filldir(dirent, nlsname, nlsnamelen, filp->f_pos,
264 result = filldir(dirent, keybuf, keysize, filp->f_pos,
268 filp->f_pos++;
270 befs_debug(sb, "<--- befs_readdir() filp->f_pos %Ld", filp->f_pos);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_dtree.c3041 if (filp->f_pos == DIREND)
3053 dir_index = (u32) filp->f_pos;
3061 filp->f_pos = DIREND;
3067 filp->f_pos = DIREND;
3074 filp->f_pos = DIREND;
3079 filp->f_pos = DIREND;
3088 filp->f_pos = DIREND;
3094 filp->f_pos = -1;
3102 filp->f_pos = 0;
3110 filp->f_pos
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/squashfs/
H A Dinode.c1854 long long f_pos)
1861 TRACE("Entered get_dir_index_using_offset, i_count %d, f_pos %d\n",
1862 i_count, (unsigned int) f_pos);
1864 f_pos =- 3;
1865 if (f_pos == 0)
1882 if (index.index > f_pos)
1978 while(file->f_pos < 3) {
1982 if(file->f_pos == 0) {
1993 file->f_pos, i_ino,
1997 file->f_pos, i_in
1850 get_dir_index_using_offset(struct super_block *s, long long *next_block, unsigned int *next_offset, long long index_start, unsigned int index_offset, int i_count, long long f_pos) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Dcrypto.c1222 lower_file->f_pos = 0;
1228 ECRYPTFS_DEFAULT_EXTENT_SIZE, &lower_file->f_pos);
1345 lower_file->f_pos = 0;
1349 &lower_file->f_pos);
1364 PAGE_CACHE_SIZE, &lower_file->f_pos);
1634 lower_file->f_pos = 0;
1640 &lower_file->f_pos);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dmem.c105 * This funcion reads the *physical* memory. The f_pos points directly to the
765 return file->f_pos = 0;
783 file->f_pos = offset;
784 ret = file->f_pos;
788 file->f_pos += offset;
789 ret = file->f_pos;
H A Dnvram.c232 offset += file->f_pos;
239 return (offset >= 0) ? (file->f_pos = offset) : -EINVAL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dnvram_64.c67 offset += file->f_pos;
75 file->f_pos = offset;
76 return file->f_pos;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dcdev.c180 new_offset = file->f_pos + offset;
197 file->f_pos = new_offset;
464 file->f_pos = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/romfs/
H A Dinode.c289 offset = filp->f_pos;
301 filp->f_pos = offset;
304 filp->f_pos = offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dirixelf.c979 return file->f_op->write(file, (const char __user *) addr, nr, &file->f_pos) == nr;
988 file->f_pos = off;
1046 DUMP_SEEK(roundup((unsigned long)file->f_pos, 4));
1048 DUMP_SEEK(roundup((unsigned long)file->f_pos, 4));
1297 if ((off_t) file->f_pos != offset) {
1299 printk("elf_core_dump: file->f_pos (%ld) != offset (%ld)\n",
1300 (off_t) file->f_pos, offset);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dbinfmt_aout32.c63 return file->f_op->write(file, addr, nr, &file->f_pos) == nr;
74 } else file->f_pos = (offset)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dproc.c33 new = file->f_pos + off;
42 file->f_pos = new;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/spi/
H A Dspidev.c83 spidev_read(struct file *filp, char __user *buf, size_t count, loff_t *f_pos) argument
115 size_t count, loff_t *f_pos)
114 spidev_write(struct file *filp, const char __user *buf, size_t count, loff_t *f_pos) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysv/
H A Ddir.c64 unsigned long pos = filp->f_pos;
109 filp->f_pos = ((loff_t)n << PAGE_CACHE_SHIFT) | offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Ddir.c278 * to readdir, find the entry at offset 'desc->file->f_pos'.
299 if (desc->file->f_pos == desc->current_index) {
357 * 'desc->file->f_pos' otherwise
368 (long long)desc->file->f_pos);
435 file->f_pos, fileid, d_type);
438 file->f_pos++;
541 (long long)filp->f_pos);
553 * filp->f_pos points to the dirent entry number.
616 offset += filp->f_pos;
624 if (offset != filp->f_pos) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dpnx4008_wdt.c152 if (ppos != &file->f_pos)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/hpux/
H A Dfs.c128 put_user(file->f_pos, &lastdirent->d_off);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs/
H A Dwaitq.c64 (wr = file->f_op->write(file,data,bytes,&file->f_pos)) > 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs4/
H A Droot.c79 DPRINTK("called, filp->f_pos = %lld", file->f_pos);
83 * 1) f_pos is larger than zero -- we've already been here.
87 if (oz_mode && file->f_pos == 0 && sbi->reghost_enabled)
232 file->f_pos = fp->f_pos;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dinfo.c182 file->f_pos = offset;
183 ret = file->f_pos;
186 file->f_pos += offset;
187 ret = file->f_pos;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fat/
H A Ddir.c462 cpos = filp->f_pos;
469 filp->f_pos++;
505 filp->f_pos = cpos;
631 filp->f_pos = cpos;
634 filp->f_pos = cpos;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dia32_aout.c124 return file->f_op->write(file, addr, nr, &file->f_pos) == nr;
135 } else file->f_pos = (offset)

Completed in 421 milliseconds

1234567