Searched refs:hfsplus_jbd_dirty_data (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dhfsplus_jbd.h888 extern int hfsplus_jbd_dirty_data (hfsplus_jbd_handle_t *, struct buffer_head *);
H A Djbd_journal.c51 EXPORT_SYMBOL(hfsplus_jbd_dirty_data); variable
H A Dtransaction.c913 * int hfsplus_jbd_dirty_data() - mark a buffer as containing dirty data which
924 * hfsplus_jbd_dirty_data() can be called via page_launder->ext3_writepage
927 int hfsplus_jbd_dirty_data(hfsplus_jbd_handle_t *handle, struct buffer_head *bh) function
985 * calls hfsplus_jbd_dirty_data(), and we get right here.
1617 * Even worse, someone may be doing a hfsplus_jbd_dirty_data on this
1618 * buffer. So we need to lock against that. hfsplus_jbd_dirty_data()

Completed in 72 milliseconds