Lines Matching defs:dirty
67 * ntfs_inode_mark_dirty - set the inode (and its base inode if it exists) dirty
68 * @ni: ntfs inode to set dirty
70 * Set the inode @ni dirty so it is written out later (at the latest at
72 * dirty, too.
125 ntfs_log_error("Releasing dirty inode %lld!\n",
311 * EBUSY @ni and/or its attribute list runlist is/are dirty and the
326 /* If we have dirty metadata, write it out. */
510 BOOL dirty;
520 /* If we have dirty metadata, write it out. */
521 dirty = NInoDirty(ni) || NInoAttrListDirty(ni);
522 if (dirty) {
932 * ntfs_inode_sync - write the inode (and its dirty extents) to disk
935 * Write the inode @ni to disk as well as its dirty extent inodes if such
939 * For a base inode with dirty extent inodes if any writes fail for whatever
1042 /* If this is a base inode with extents write all dirty extents, too. */