Home
last modified time | relevance | path

Searched refs:UBIFS_DIRSYNC_FL (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ubifs/
H A Dioctl.c46 if (flags & UBIFS_DIRSYNC_FL) in ubifs_set_inode_flags()
72 ubifs_flags |= UBIFS_DIRSYNC_FL; in ioctl2ubifs()
96 if (ubifs_flags & UBIFS_DIRSYNC_FL) in ubifs2ioctl()
H A Dubifs-media.h316 * UBIFS_DIRSYNC_FL: I/O on this directory inode has to be synchronous
329 UBIFS_DIRSYNC_FL = 0x10, enumerator
H A Ddir.c43 * o %UBIFS_DIRSYNC_FL - similar, but relevant only to directories.
59 flags = ui->flags & (UBIFS_COMPR_FL | UBIFS_SYNC_FL | UBIFS_DIRSYNC_FL); in inherit_flags()
62 flags &= ~UBIFS_DIRSYNC_FL; in inherit_flags()
/kernel/linux/linux-6.6/fs/ubifs/
H A 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()
H A Dubifs-media.h316 * UBIFS_DIRSYNC_FL: I/O on this directory inode has to be synchronous
329 UBIFS_DIRSYNC_FL = 0x10, enumerator
H A Ddir.c43 * o %UBIFS_DIRSYNC_FL - similar, but relevant only to directories.
59 flags = ui->flags & (UBIFS_COMPR_FL | UBIFS_SYNC_FL | UBIFS_DIRSYNC_FL); in inherit_flags()
62 flags &= ~UBIFS_DIRSYNC_FL; in inherit_flags()

Completed in 10 milliseconds