Home
last modified time | relevance | path

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

/dflybsd-src/sys/vfs/ext2fs/
H A Dext2_balloc.c126 error = ext2_alloc(ip, lbn, in ext2_balloc()
166 if ((error = ext2_alloc(ip, lbn, pref, fs->e2fs_bsize, cred, in ext2_balloc()
210 error = ext2_alloc(ip, lbn, pref, (int)fs->e2fs_bsize, cred, &newb); in ext2_balloc()
253 if ((error = ext2_alloc(ip, in ext2_balloc()
H A DMakefile2 SRCS= ext2_alloc.c ext2_balloc.c ext2_bmap.c ext2_csum.c \
H A Dext2_extern.h55 int ext2_alloc(struct inode *, daddr_t, e4fs_daddr_t, int,
H A Dext2_alloc.c104 ext2_alloc(struct inode *ip, daddr_t lbn, e4fs_daddr_t bpref, int size, in ext2_alloc() function
/dflybsd-src/sys/conf/
H A Dfiles1312 vfs/ext2fs/ext2_alloc.c optional ext2fs