Searched refs:writeback (Results 1 - 25 of 125) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dlcnalloc.c119 u8 *writeback)
125 if (!*writeback)
128 *writeback = 0;
191 u8 *buf, *byte, bit, writeback; local
280 writeback = 0;
314 writeback = 1;
365 if (bitmap_writeback(vol, last_read_pos, br, buf, &writeback)) {
479 if (bitmap_writeback(vol, last_read_pos, br, buf, &writeback)) {
496 if (bitmap_writeback(vol, last_read_pos, br, buf, &writeback))
118 bitmap_writeback(ntfs_volume *vol, s64 pos, s64 size, void *b, u8 *writeback) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dabort-lv4t.S62 tst r8, #1 << 21 @ check writeback bit
63 moveq pc, lr @ no writeback -> no fixup
85 tst r8, #1 << 21 @ Check writeback bit
86 moveq pc, lr @ No writeback -> no fixup
103 tst r8, #1 << 21 @ check writeback bit
104 moveq pc, lr @ no writeback -> no fixup
117 tst r8, #1 << 21 @ check writeback bit
118 moveq pc, lr @ no writeback -> no fixup
H A Dproc-arm6_7.S85 tst r8, #1 << 21 @ check writeback bit
86 moveq pc, lr @ no writeback -> no fixup
117 tst r8, #1 << 21 @ check writeback bit
118 moveq pc, lr @ no writeback -> no fixup
131 tst r8, #1 << 21 @ check writeback bit
132 moveq pc, lr @ no writeback -> no fixup
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Ddrop_caches.c8 #include <linux/writeback.h>
H A Dsync.c11 #include <linux/writeback.h>
236 * range which are not presently under writeback. Note that this may block for
H A DMakefile12 seq_file.o xattr.o libfs.o fs-writeback.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dfsync.c29 #include <linux/writeback.h>
60 * data=writeback,ordered:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/trace/events/
H A Dwriteback.h2 #define TRACE_SYSTEM writeback
9 #include <linux/writeback.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dfsync.c28 #include <linux/writeback.h>
40 * otherwise it will only be written by writeback, leaving a huge
101 * data=writeback,ordered:
122 * writeback mode. (In ordered mode, the jbd2 layer
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/pohmelfs/
H A Dpath_entry.c21 #include <linux/writeback.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dfile.c26 #include <linux/writeback.h>
37 * This function should be implemented when the writeback function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A DMakefile11 maccess.o page_alloc.o page-writeback.o \
H A Dpage_io.c20 #include <linux/writeback.h>
H A Dfadvise.c18 #include <linux/writeback.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/
H A Dvfsmount_mark.c26 #include <linux/writeback.h> /* for inode_lock */
H A Dinode_mark.c25 #include <linux/writeback.h> /* for inode_lock */
H A Dmark.c94 #include <linux/writeback.h> /* for inode_lock */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnfs_fs_sb.h106 atomic_long_t writeback; /* number of writeback pages */ member in struct:nfs_server
H A Dregset.h84 * user_regset_writeback_fn - type of @writeback function in &struct user_regset
87 * @immediate: zero if writeback at completion of next context switch is OK
118 * @writeback: Function to write data back to user memory, or %NULL.
157 user_regset_writeback_fn *writeback; member in struct:user_regset
H A Dpage-flags.h25 * and cleared when writeback _starts_ or when read _completes_. PG_writeback
26 * is set before writeback starts and cleared when it finishes.
89 PG_writeback, /* Page is under writeback */
232 TESTPAGEFLAG(Writeback, writeback) TESTSCFLAG(Writeback, writeback)
H A Dbacking-dev.h18 #include <linux/writeback.h>
55 struct task_struct *task; /* writeback thread */
58 struct list_head b_io; /* parked for writeback */
59 struct list_head b_more_io; /* parked for more writeback */
82 struct bdi_writeback wb; /* default writeback info for this bdi */
215 * BDI_CAP_NO_ACCT_WB: Don't automatically account writeback pages
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/logfs/
H A Dfile.c10 #include <linux/writeback.h>
94 * for page writeback to finish (i.e. any compressing filesystem).
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysv/
H A Dialloc.c28 #include <linux/writeback.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_linux.h73 #include <linux/writeback.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dfile.c12 #include <linux/writeback.h>

Completed in 389 milliseconds

12345