Home
last modified time | relevance | path

Searched refs:ffs_getcg (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/ufs/ufs/
H A Dufs_gjournal.c86 if ((error = ffs_getcg(fs, devvp, cg, 0, &bp, &cgp)) != 0) in ufs_gjournal_modref()
/freebsd/sys/ufs/ffs/
H A Dffs_alloc.c1739 if ((error = ffs_getcg(fs, ump->um_devvp, cg, 0, &bp, &cgp)) != 0) { in ffs_fragextend()
1811 if ((error = ffs_getcg(fs, ump->um_devvp, cg, 0, &bp, &cgp)) != 0 || in ffs_alloccg()
1992 if ((error = ffs_getcg(fs, ump->um_devvp, cg, 0, &bp, &cgp)) != 0) { in ffs_clusteralloc()
2137 if ((error = ffs_getcg(fs, ump->um_devvp, cg, 0, &bp, &cgp)) != 0) { in ffs_nodealloccg()
2235 error = ffs_getcg(fs, ump->um_devvp, cg, 0, &bp, &cgp); in ffs_nodealloccg()
2320 if ((error = ffs_getcg(fs, devvp, cg, GB_CVTENXIO, &bp, &cgp)) != 0) { in ffs_blkfree_cg()
2797 if (ffs_getcg(fs, ITODEVVP(ip), dtog(fs, bno), 0, &bp, &cgp) != 0) in ffs_checkfreeblk()
2870 if ((error = ffs_getcg(fs, devvp, cg, GB_CVTENXIO, &bp, &cgp)) != 0) { in ffs_freefile()
2941 if ((error = ffs_getcg(fs, devvp, cg, 0, &bp, &cgp)) != 0) in ffs_checkfreefile()
3020 ffs_getcg(struct fs *fs, in ffs_getcg() function
H A Dffs_extern.h79 int ffs_getcg(struct fs *, struct vnode *, uint64_t, int, struct buf **,
H A Dffs_vfsops.c1954 if (ffs_getcg(fs, ump->um_devvp, cg, 0, &bp, &cgp) != 0) in ffs_inotovp()
H A Dffs_snapshot.c931 if ((error = ffs_getcg(fs, ITODEVVP(ip), cg, 0, &bp, &cgp)) != 0) in cgaccount()