Home
last modified time | relevance | path

Searched refs:UBIFS_SYNC_FL (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ubifs/ !
H A Dioctl.c41 if (flags & UBIFS_SYNC_FL) in ubifs_set_inode_flags()
67 ubifs_flags |= UBIFS_SYNC_FL; in ioctl2ubifs()
91 if (ubifs_flags & UBIFS_SYNC_FL) in ubifs2ioctl()
H A Dubifs-media.h326 UBIFS_SYNC_FL = 0x02, enumerator
H A Ddir.c59 flags = ui->flags & (UBIFS_COMPR_FL | UBIFS_SYNC_FL | UBIFS_DIRSYNC_FL); in inherit_flags()