Searched refs:lg (Results 1 – 2 of 2) sorted by relevance
352 u16 lg, pt, length, max_non_overlap; in ntfs_decompress() local387 lg = 0; in ntfs_decompress()389 lg++; in ntfs_decompress()399 dp_back_addr = dp_addr - (pt >> (12 - lg)) - 1; in ntfs_decompress()404 length = (pt & (0xfff >> lg)) + 3; in ntfs_decompress()
2641 struct ext4_locality_group *lg; in ext4_mb_init() local2642 lg = per_cpu_ptr(sbi->s_locality_groups, i); in ext4_mb_init()2643 mutex_init(&lg->lg_mutex); in ext4_mb_init()2645 INIT_LIST_HEAD(&lg->lg_prealloc_list[j]); in ext4_mb_init()2646 spin_lock_init(&lg->lg_prealloc_lock); in ext4_mb_init()2996 struct ext4_locality_group *lg = ac->ac_lg; in ext4_mb_normalize_group_request() local2998 BUG_ON(lg == NULL); in ext4_mb_normalize_group_request()3347 struct ext4_locality_group *lg; in ext4_mb_use_preallocated() local3391 lg = ac->ac_lg; in ext4_mb_use_preallocated()3392 if (lg == NULL) in ext4_mb_use_preallocated()[all …]