Home
last modified time | relevance | path

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

/freebsd-13.1/sys/ufs/ffs/
H A Dffs_alloc.c118 static ufs2_daddr_t ffs_clusteralloc(struct inode *, u_int, ufs2_daddr_t, int);
684 if ((newblk = ffs_clusteralloc(ip, cg, pref, len)) != 0)
949 if ((newblk = ffs_clusteralloc(ip, cg, pref, len)) != 0)
1935 ffs_clusteralloc(ip, cg, bpref, len) in ffs_clusteralloc() function