Home
last modified time | relevance | path

Searched refs:lg (Results 1 – 2 of 2) sorted by relevance

/fs/ntfs/
Dcompress.c352 u16 lg, pt, length, max_non_overlap; in ntfs_decompress() local
387 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()
/fs/ext4/
Dmballoc.c2641 struct ext4_locality_group *lg; in ext4_mb_init() local
2642 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() local
2998 BUG_ON(lg == NULL); in ext4_mb_normalize_group_request()
3347 struct ext4_locality_group *lg; in ext4_mb_use_preallocated() local
3391 lg = ac->ac_lg; in ext4_mb_use_preallocated()
3392 if (lg == NULL) in ext4_mb_use_preallocated()
[all …]