Searched refs:DT_GETSEARCH (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/jfs/ |
D | jfs_dtree.c | 133 #define DT_GETSEARCH(IP, LEAF, BN, MP, P, INDEX) \ macro 831 DT_GETSEARCH(ip, btstack->top, bn, mp, p, index); in dtInsert() 2098 DT_GETSEARCH(ip, btstack.top, bn, mp, p, index); in dtDelete() 2816 DT_GETSEARCH(ip, btstack.top, bn, mp, p, index); in jfs_readdir() 2862 DT_GETSEARCH(ip, btstack.top, bn, mp, p, index); in jfs_readdir() 3129 DT_GETSEARCH(ip, btstack->top, bn, mp, p, index); in dtReadNext() 4234 DT_GETSEARCH(ip, btstack.top, bn, mp, p, index); in dtModify()
|