Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_extent.h25 extern int extAlloc(struct inode *, s64, s64, xad_t *, bool);
Djfs_extent.c86 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) in extAlloc() function
467 if ((rc = extAlloc(ip, nbperpage, blkno, xp, false))) in extFill()
Dinode.c259 rc = extAlloc(ip, xlen, lblock64, &xad, false); in jfs_get_block()