Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_xtree.c145 int xtLookup(struct inode *ip, s64 lstart, in xtLookup() argument
167 if (lstart >= size) { in xtLookup()
169 (ulong) lstart, (ulong) size); in xtLookup()
178 if ((rc = xtSearch(ip, lstart, &next, &cmp, &btstack, 0))) { in xtLookup()
198 *plen = min(next - lstart, llen); in xtLookup()
213 *paddr = xaddr + (lstart - xoff); in xtLookup()
215 *plen = min(xend - lstart, llen); in xtLookup()
259 s64 size, lstart, lend, xstart, xend, pstart; in xtLookupList() local
271 lstart = offsetLXD(lxd); in xtLookupList()
273 lend = lstart + llen; in xtLookupList()
[all …]
Djfs_xtree.h111 extern int xtLookup(struct inode *ip, s64 lstart, s64 llen,
/fs/hugetlbfs/
Dinode.c350 static void truncate_hugepages(struct inode *inode, loff_t lstart) in truncate_hugepages() argument
354 const pgoff_t start = lstart >> huge_page_shift(h); in truncate_hugepages()
382 BUG_ON(!lstart && mapping->nrpages); in truncate_hugepages()