Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_extent.h22 #define INOHINT(ip) \ macro
Dxattr.c245 rc = dbAlloc(ip, INOHINT(ip), nblocks, &blkno); in ea_write()
527 rc = dbAlloc(inode, INOHINT(inode), (s64) blocks_needed, in ea_get()
Djfs_extent.c138 if ((rc = extBalloc(ip, hint ? hint : INOHINT(ip), &nxlen, &nxaddr))) { in extAlloc()