Searched refs:ffs_getcg (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/ufs/ufs/ |
H A D | ufs_gjournal.c | 86 if ((error = ffs_getcg(fs, devvp, cg, 0, &bp, &cgp)) != 0) in ufs_gjournal_modref()
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_alloc.c | 1739 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 D | ffs_extern.h | 79 int ffs_getcg(struct fs *, struct vnode *, uint64_t, int, struct buf **,
|
H A D | ffs_vfsops.c | 1954 if (ffs_getcg(fs, ump->um_devvp, cg, 0, &bp, &cgp) != 0) in ffs_inotovp()
|
H A D | ffs_snapshot.c | 931 if ((error = ffs_getcg(fs, ITODEVVP(ip), cg, 0, &bp, &cgp)) != 0) in cgaccount()
|