Home
last modified time | relevance | path

Searched defs:yaffs_obj (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_guts.h398 struct yaffs_obj { struct
399 u8 deleted:1; /* This should only apply to unlinked files. */
400 u8 soft_del:1; /* it has also been soft deleted */
401 u8 unlinked:1; /* An unlinked file.*/
402 u8 fake:1; /* A fake object has no presence on NAND. */
403 u8 rename_allowed:1; /* Some objects cannot be renamed. */
404 u8 unlink_allowed:1;
405 u8 dirty:1; /* the object needs to be written to flash */
406 u8 valid:1; /* When the file system is being loaded up, this
412 u8 lazy_loaded:1; /* This object has been lazy loaded and
[all …]