Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_extent.h12 extern int extAlloc(struct inode *, s64, s64, xad_t *, bool);
Djfs_extent.c73 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) in extAlloc() function
454 if ((rc = extAlloc(ip, nbperpage, blkno, xp, false))) in extFill()
Dinode.c256 rc = extAlloc(ip, xlen, lblock64, &xad, false); in jfs_get_block()