Lines Matching defs:yaffs_obj
398 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
415 u8 defered_free:1; /* Object is removed from NAND, but is
441 struct yaffs_obj *parent; argument
442 struct list_head siblings;
445 int hdr_chunk;
447 int n_data_chunks; /* Number of data chunks for this file. */
471 enum yaffs_obj_type variant_type; argument
473 union yaffs_obj_var variant; argument