Home
last modified time | relevance | path

Searched refs:la (Results 1 – 4 of 4) sorted by relevance

/fs/ocfs2/
Dlocalalloc.c291 struct ocfs2_local_alloc *la; in ocfs2_load_local_alloc() local
322 la = OCFS2_LOCAL_ALLOC(alloc); in ocfs2_load_local_alloc()
332 if ((la->la_size == 0) || in ocfs2_load_local_alloc()
333 (le16_to_cpu(la->la_size) > ocfs2_local_alloc_size(inode->i_sb))) { in ocfs2_load_local_alloc()
335 le16_to_cpu(la->la_size)); in ocfs2_load_local_alloc()
348 || la->la_bm_off) in ocfs2_load_local_alloc()
740 struct ocfs2_local_alloc *la; in ocfs2_claim_local_alloc_bits() local
746 la = OCFS2_LOCAL_ALLOC(alloc); in ocfs2_claim_local_alloc_bits()
757 bitmap = la->la_bitmap; in ocfs2_claim_local_alloc_bits()
758 *bit_off = le32_to_cpu(la->la_bm_off) + start; in ocfs2_claim_local_alloc_bits()
[all …]
/fs/udf/
Ddirectory.c223 struct long_ad *la; in udf_get_filelongad() local
233 la = (struct long_ad *)ptr; in udf_get_filelongad()
234 if (la->extLength == 0) in udf_get_filelongad()
240 return la; in udf_get_filelongad()
Dsuper.c1394 struct long_ad *la = (struct long_ad *)&(lvd->logicalVolContentsUse[0]); in udf_load_logicalvol() local
1396 *fileset = lelb_to_cpu(la->extLocation); in udf_load_logicalvol()
/fs/xfs/
Dxfs_dir2_block.c860 const xfs_dir2_leaf_entry_t *la; /* first leaf entry */ in xfs_dir2_block_sort() local
863 la = a; in xfs_dir2_block_sort()
865 return be32_to_cpu(la->hashval) < be32_to_cpu(lb->hashval) ? -1 : in xfs_dir2_block_sort()
866 (be32_to_cpu(la->hashval) > be32_to_cpu(lb->hashval) ? 1 : 0); in xfs_dir2_block_sort()