Home
last modified time | relevance | path

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

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