Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ubifs/
Dioctl.c47 if (flags & UBIFS_DIRSYNC_FL) in ubifs_set_inode_flags()
73 ubifs_flags |= UBIFS_DIRSYNC_FL; in ioctl2ubifs()
97 if (ubifs_flags & UBIFS_DIRSYNC_FL) in ubifs2ioctl()
Dubifs-media.h329 UBIFS_DIRSYNC_FL = 0x10, enumerator
Ddir.c59 flags = ui->flags & (UBIFS_COMPR_FL | UBIFS_SYNC_FL | UBIFS_DIRSYNC_FL); in inherit_flags()
62 flags &= ~UBIFS_DIRSYNC_FL; in inherit_flags()