Home
last modified time | relevance | path

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

/fs/ntfs/
Dcompress.c348 u16 lg, pt, length, max_non_overlap; in ntfs_decompress() local
383 lg = 0; in ntfs_decompress()
385 lg++; in ntfs_decompress()
395 dp_back_addr = dp_addr - (pt >> (12 - lg)) - 1; in ntfs_decompress()
400 length = (pt & (0xfff >> lg)) + 3; in ntfs_decompress()
/fs/ext4/
Dmballoc.c2671 struct ext4_locality_group *lg; in ext4_mb_init() local
2672 lg = per_cpu_ptr(sbi->s_locality_groups, i); in ext4_mb_init()
2673 mutex_init(&lg->lg_mutex); in ext4_mb_init()
2675 INIT_LIST_HEAD(&lg->lg_prealloc_list[j]); in ext4_mb_init()
2676 spin_lock_init(&lg->lg_prealloc_lock); in ext4_mb_init()
3023 struct ext4_locality_group *lg = ac->ac_lg; in ext4_mb_normalize_group_request() local
3025 BUG_ON(lg == NULL); in ext4_mb_normalize_group_request()
3381 struct ext4_locality_group *lg; in ext4_mb_use_preallocated() local
3425 lg = ac->ac_lg; in ext4_mb_use_preallocated()
3426 if (lg == NULL) in ext4_mb_use_preallocated()
[all …]