Searched refs:ext2_alloc (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_balloc.c | 150 error = ext2_alloc(ip, lbn, in ext2_balloc() 190 if ((error = ext2_alloc(ip, lbn, pref, fs->e2fs_bsize, cred, in ext2_balloc() 232 error = ext2_alloc(ip, lbn, pref, (int)fs->e2fs_bsize, cred, &newb); in ext2_balloc() 272 if ((error = ext2_alloc(ip, in ext2_balloc()
|
H A D | ext2_extern.h | 52 int ext2_alloc(struct inode *, daddr_t, e4fs_daddr_t, int,
|
H A D | ext2_alloc.c | 100 ext2_alloc(struct inode *ip, daddr_t lbn, e4fs_daddr_t bpref, int size, in ext2_alloc() function
|
H A D | ext2_extents.c | 1381 *perror = ext2_alloc(ip, lbn, pref, (int)fs->e2fs_bsize, cred, &newblk); in ext4_new_blocks()
|
/freebsd/sys/modules/ext2fs/ |
H A D | Makefile | 4 ext2_acl.c ext2_alloc.c ext2_balloc.c ext2_bmap.c ext2_csum.c \
|
/freebsd/sys/conf/ |
H A D | files | 3723 fs/ext2fs/ext2_alloc.c optional ext2fs
|