Searched refs:pg_ofs (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/freevxfs/
H A Dvxfs_lookup.c70 int pg_ofs = pos & ~PAGE_MASK; local
77 while (pg_ofs < PAGE_SIZE && pos < limit) {
87 pg_ofs += overhead;
89 de = (struct vxfs_direct *)(kaddr + pg_ofs);
97 pg_ofs += fs16_to_cpu(sbi, de->d_reclen);
218 int pg_ofs = pos & ~PAGE_MASK; local
227 while (pg_ofs < PAGE_SIZE && pos < limit) {
237 pg_ofs += overhead;
239 de = (struct vxfs_direct *)(kaddr + pg_ofs);
247 pg_ofs
[all...]

Completed in 142 milliseconds