Searched refs:diAllocAG (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/fs/jfs/ |
D | jfs_imap.c | 63 static int diAllocAG(struct inomap *, int, bool, struct inode *); 1583 rc = diAllocAG(imap, agno, dir, ip); in diAlloc() 1627 diAllocAG(struct inomap * imap, int agno, bool dir, struct inode *ip) in diAllocAG() function 1709 rc = diAllocAG(imap, ag, dir, ip); in diAllocAny() 1722 rc = diAllocAG(imap, ag, dir, ip); in diAllocAny()
|