Searched refs:ext2fs_alloc (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/ufs/ext2fs/ |
H A D | ext2fs_balloc.c | 149 error = ext2fs_alloc(ip, bn, in ext2fs_balloc() 188 error = ext2fs_alloc(ip, lbn, pref, cred, &newb); in ext2fs_balloc() 228 error = ext2fs_alloc(ip, lbn, pref, cred, &newb); in ext2fs_balloc() 266 error = ext2fs_alloc(ip, lbn, pref, cred, &newb); in ext2fs_balloc()
|
H A D | ext2fs_extern.h | 94 int ext2fs_alloc(struct inode *, daddr_t, daddr_t , kauth_cred_t,
|
H A D | ext2fs_alloc.c | 117 ext2fs_alloc(struct inode *ip, daddr_t lbn, daddr_t bpref, in ext2fs_alloc() function
|
/netbsd-src/sys/modules/ext2fs/ |
H A D | Makefile | 8 SRCS= ext2fs_alloc.c ext2fs_balloc.c ext2fs_bmap.c ext2fs_bswap.c \
|
/netbsd-src/sys/rump/fs/lib/libext2fs/ |
H A D | Makefile | 9 SRCS= ext2fs_alloc.c ext2fs_balloc.c ext2fs_bmap.c ext2fs_bswap.c \
|
/netbsd-src/sys/ufs/ |
H A D | files.ufs | 17 file ufs/ext2fs/ext2fs_alloc.c ext2fs
|