Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_imap.c298 s64 blkno, agstart; in diRead() local
341 agstart = le64_to_cpu(iagp->agstart); in diRead()
342 agno = BLKTOAG(agstart, JFS_SBI(ip->i_sb)); in diRead()
389 JFS_IP(ip)->agstart = agstart; in diRead()
885 agno = BLKTOAG(JFS_IP(ip)->agstart, JFS_SBI(ip->i_sb)); in diFree()
1302 jfs_ip->agstart = le64_to_cpu(iagp->agstart); in diInitInode()
1361 agno = BLKTOAG(JFS_IP(pip)->agstart, JFS_SBI(pip->i_sb)); in diAlloc()
1912 iagp->agstart = in diAllocExt()
2046 agno = BLKTOAG(le64_to_cpu(iagp->agstart), JFS_SBI(imap->im_ipimap->i_sb)); in diAllocBit()
2184 agno = BLKTOAG(le64_to_cpu(iagp->agstart), sbi); in diNewExt()
[all …]
H A Djfs_imap.h50 __le64 agstart; /* 8: starting block of ag */ member
H A Djfs_incore.h42 u64 agstart; /* agstart of the containing IAG */ member