Searched defs:jfsync (Results 1 – 2 of 2) sorted by relevance
943 struct jfsync { struct944 struct worklist jfs_list; /* For softdep journal pending. */945 off_t jfs_size; /* Sync file size. */946 int jfs_extsize; /* Sync extent size. */947 ino_t jfs_ino; /* ino being synced. */
3514 jfsync_write(struct jfsync *jfsync, in jfsync_write()7041 struct jfsync *jfsync; in softdep_journal_fsync() local