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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ubifs/
H A Dubifs-media.h311 * UBIFS_XATTR_FL: this inode is the inode for an extended attribute value
323 UBIFS_XATTR_FL = 0x20, enumerator in enum:__anon32519
H A Dxattr.c140 ui->flags |= UBIFS_XATTR_FL;
H A Dsuper.c153 ui->xattr = (ui->flags & UBIFS_XATTR_FL) ? 1 : 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ubifs/
H A Dubifs-media.h311 * UBIFS_XATTR_FL: this inode is the inode for an extended attribute value
323 UBIFS_XATTR_FL = 0x20, enumerator in enum:__anon20826
H A Dxattr.c140 ui->flags |= UBIFS_XATTR_FL;
H A Dsuper.c153 ui->xattr = (ui->flags & UBIFS_XATTR_FL) ? 1 : 0;

Completed in 195 milliseconds