Home
last modified time | relevance | path

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

/openbsd-src/sys/ufs/ext2fs/
H A Dext2fs_balloc.c91 error = ext2fs_alloc(ip, bn, in ext2fs_buf_alloc()
126 error = ext2fs_alloc(ip, lbn, pref, cred, &newb); in ext2fs_buf_alloc()
165 error = ext2fs_alloc(ip, lbn, pref, cred, &newb); in ext2fs_buf_alloc()
202 error = ext2fs_alloc(ip, lbn, pref, cred, &newb); in ext2fs_buf_alloc()
H A Dext2fs_extern.h59 /* ext2fs_alloc.c */
60 int ext2fs_alloc(struct inode *, u_int32_t, u_int32_t , struct ucred *,
H A Dext2fs_alloc.c80 ext2fs_alloc(struct inode *ip, u_int32_t lbn, u_int32_t bpref, in ext2fs_alloc() function
/openbsd-src/sys/conf/
H A Dfiles992 file ufs/ext2fs/ext2fs_alloc.c ext2fs