Home
last modified time | relevance | path

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

/linux-6.1.9/fs/jfs/
Djfs_extent.h12 extern int extAlloc(struct inode *, s64, s64, xad_t *, bool);
Djfs_extent.c70 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) in extAlloc() function
Dinode.c248 rc = extAlloc(ip, xlen, lblock64, &xad, false); in jfs_get_block()