Searched refs:UBIFS_DIRSYNC_FL (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/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:__anon16982
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 46 milliseconds