Searched refs:UBIFS_SYNC_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.c42 if (flags & UBIFS_SYNC_FL)
66 ubifs_flags |= UBIFS_SYNC_FL;
90 if (ubifs_flags & UBIFS_SYNC_FL)
H A Dubifs-media.h307 * UBIFS_SYNC_FL: I/O on this inode has to be synchronous
319 UBIFS_SYNC_FL = 0x02, enumerator in enum:__anon16982
469 * @flags: per-inode flags (%UBIFS_COMPR_FL, %UBIFS_SYNC_FL, etc)
H A Ddir.c54 * o %UBIFS_SYNC_FL - useful for the same reasons;
71 flags = ui->flags & (UBIFS_COMPR_FL | UBIFS_SYNC_FL | UBIFS_DIRSYNC_FL);

Completed in 50 milliseconds