Home
last modified time | relevance | path

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

/freebsd-12.1/sys/ufs/ffs/
H A Dffs_alloc.c116 static ufs2_daddr_t ffs_clusteralloc(struct inode *, u_int, ufs2_daddr_t, int);
666 if ((newblk = ffs_clusteralloc(ip, cg, pref, len)) != 0)
931 if ((newblk = ffs_clusteralloc(ip, cg, pref, len)) != 0)
1916 ffs_clusteralloc(ip, cg, bpref, len) in ffs_clusteralloc() function