Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dioctl.c54 if (flags & UBIFS_DIRSYNC_FL) in ubifs_set_inode_flags()
80 ubifs_flags |= UBIFS_DIRSYNC_FL; in ioctl2ubifs()
104 if (ubifs_flags & UBIFS_DIRSYNC_FL) in ubifs2ioctl()
Dubifs-media.h330 UBIFS_DIRSYNC_FL = 0x10, enumerator
Ddir.c71 flags = ui->flags & (UBIFS_COMPR_FL | UBIFS_SYNC_FL | UBIFS_DIRSYNC_FL); in inherit_flags()
74 flags &= ~UBIFS_DIRSYNC_FL; in inherit_flags()