Searched refs:UBIFS_DIRSYNC_FL (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ubifs/
H A Dioctl.c48 if (flags & UBIFS_DIRSYNC_FL)
72 ubifs_flags |= UBIFS_DIRSYNC_FL;
96 if (ubifs_flags & UBIFS_DIRSYNC_FL)
H A Dubifs-media.h310 * UBIFS_DIRSYNC_FL: I/O on this directory inode has to be synchronous
322 UBIFS_DIRSYNC_FL = 0x10, enumerator in enum:__anon32519
H A Ddir.c55 * o %UBIFS_DIRSYNC_FL - similar, but relevant only to directories.
71 flags = ui->flags & (UBIFS_COMPR_FL | UBIFS_SYNC_FL | UBIFS_DIRSYNC_FL);
74 flags &= ~UBIFS_DIRSYNC_FL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ubifs/
H A Dioctl.c48 if (flags & UBIFS_DIRSYNC_FL)
72 ubifs_flags |= UBIFS_DIRSYNC_FL;
96 if (ubifs_flags & UBIFS_DIRSYNC_FL)
H A Dubifs-media.h310 * UBIFS_DIRSYNC_FL: I/O on this directory inode has to be synchronous
322 UBIFS_DIRSYNC_FL = 0x10, enumerator in enum:__anon20826
H A Ddir.c55 * o %UBIFS_DIRSYNC_FL - similar, but relevant only to directories.
71 flags = ui->flags & (UBIFS_COMPR_FL | UBIFS_SYNC_FL | UBIFS_DIRSYNC_FL);
74 flags &= ~UBIFS_DIRSYNC_FL;

Completed in 149 milliseconds