Searched refs:jtrunc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/ufs/ffs/
H A Dsoftdep.h199 #define WK_JTRUNC(wk) ((struct jtrunc *)(wk))
840 * A "jblkdep" structure tracks jfreeblk and jtrunc records attached to a
881 * A "jtrunc" journals the intent to truncate an inode's data or extent area.
883 struct jtrunc { struct
892 * jtrunc records in the journal.
918 * jnewblk, jfreeblk, jfreefrag, and jtrunc. The js_refs field counts
H A Dffs_softdep.c716 SOFTDEP_TYPE(JTRUNC, jtrunc, "Journal inode truncation");
851 static void jtrunc_write(struct jtrunc *, struct jseg *, uint8_t *);
1010 static struct jtrunc *newjtrunc(struct freeblks *, off_t, int);
3094 jtrunc_write(jtrunc, jseg, data)
3095 struct jtrunc *jtrunc;
3101 jtrunc->jt_dep.jb_jsegdep->jd_seg = jseg;
3104 rec->jt_ino = jtrunc->jt_ino;
3105 rec->jt_size = jtrunc->jt_size;
3106 rec->jt_extsize = jtrunc
4067 struct jtrunc *jtrunc; local
[all...]

Completed in 202 milliseconds