Home
last modified time | relevance | path

Searched refs:UBIFS_XATTR_FL (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/fs/ubifs/
H A Dubifs-media.h311 UBIFS_XATTR_FL = 0x20, enumerator
H A Dsuper.c316 ui->xattr = (ui->flags & UBIFS_XATTR_FL) ? 1 : 0; in ubifs_iget()
/openbmc/linux/fs/ubifs/
H A Dubifs-media.h330 UBIFS_XATTR_FL = 0x20, enumerator
H A Dxattr.c127 ui->flags |= UBIFS_XATTR_FL; in create_xattr()
H A Dsuper.c163 ui->xattr = (ui->flags & UBIFS_XATTR_FL) ? 1 : 0; in ubifs_iget()