Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ubifs/
H A Dubifs-media.h317 * UBIFS_XATTR_FL: this inode is the inode for an extended attribute value
330 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()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dubifs-media.h317 * UBIFS_XATTR_FL: this inode is the inode for an extended attribute value
330 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()

Completed in 10 milliseconds