Searched refs:extAlloc (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/fs/jfs/ |
D | jfs_extent.h | 12 extern int extAlloc(struct inode *, s64, s64, xad_t *, bool);
|
D | jfs_extent.c | 70 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) in extAlloc() function
|
D | inode.c | 248 rc = extAlloc(ip, xlen, lblock64, &xad, false); in jfs_get_block()
|