Lines Matching refs:to

14  * This is the file system front-end to YAFFS that hooks it up to
18 * >> 2.4: sb->u.generic_sbp points to the yaffs_Device associated with
20 * >> 2.6: sb->s_fs_info points to the yaffs_Device associated with this
22 * >> inode->u.generic_ip points to the associated yaffs_Object.
172 unsigned offset, unsigned to);
174 unsigned to);
315 * Lookup is used to find objects in the fs
354 /* #if 0 asserted by NCB for 2.5/6 compatability - falls through to
357 /*dget(dentry); // try to solve directory bug */
390 /* clear is called to tell the fs to release any per-inode data it holds */
426 * is put (ie. nobody wants to know about it anymore, time to
618 unsigned offset, unsigned to)
622 if (!Page_Uptodate(pg) && (offset || to < PAGE_CACHE_SIZE))
630 unsigned to)
635 int nBytes = to - offset;
671 /* Check mode against the variant type and attempt to repair if broken. */
793 /* NB Side effect: iget calls back to yaffs_read_inode(). */
828 "yaffs_file_write about to write writing %d bytes"
829 "to object %d at %d\n",
847 "yaffs_file_write size updated to %d bytes, "
903 /* If the directory has changed since the open or last call to
904 readdir, rewind to after the 2 canned entries. */
1048 /* attempt to fix dir bug - didn't work */
1377 * we had to release the lock to prevent deadlocks, so
1378 * need to lock again.
1502 ("yaffs: MTD device #%u doesn't appear to exist\n",
1627 ("yaffs_read_super: Failed trying to allocate "
1888 /* Get proc_file_read() to step 'offset' by one on each sucessive call.
1889 * We use 'offset' (*ppos) to indicate where we are in devList.
1891 * enough to hold the complete output; but that's life in /proc.
2034 /* Stuff to handle installation of file systems */