Searched refs:jreccache (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/sys/kern/ |
| HD | vfs_jops.c | 525 struct jrecord *jreccache, int16_t rectype) in jreclist_init() argument 567 jrec = jreccache; in jreclist_init() 800 struct jrecord jreccache; in journal_setattr() local 807 if (jreclist_init(mp, &jreclist, &jreccache, JTYPE_SETATTR)) { in journal_setattr() 832 struct jrecord jreccache; in journal_write() local 876 if (jreclist_init(mp, &jreclist, &jreccache, JTYPE_WRITE)) { in journal_write() 948 struct jrecord jreccache; in journal_putpages() local 955 if (jreclist_init(mp, &jreclist, &jreccache, JTYPE_PUTPAGES) && in journal_putpages() 984 struct jrecord jreccache; in journal_setacl() local 990 jreclist_init(mp, &jreclist, &jreccache, JTYPE_SETACL); in journal_setacl() [all …]
|