Home
last modified time | relevance | path

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

/fs/ntfs/
Dcompress.c332 u16 lg, pt, length, max_non_overlap; in ntfs_decompress() local
367 lg = 0; in ntfs_decompress()
369 lg++; in ntfs_decompress()
379 dp_back_addr = dp_addr - (pt >> (12 - lg)) - 1; in ntfs_decompress()
384 length = (pt & (0xfff >> lg)) + 3; in ntfs_decompress()
/fs/ext4/
Dmballoc.c3017 struct ext4_locality_group *lg; in ext4_mb_init() local
3018 lg = per_cpu_ptr(sbi->s_locality_groups, i); in ext4_mb_init()
3019 mutex_init(&lg->lg_mutex); in ext4_mb_init()
3021 INIT_LIST_HEAD(&lg->lg_prealloc_list[j]); in ext4_mb_init()
3022 spin_lock_init(&lg->lg_prealloc_lock); in ext4_mb_init()
3526 struct ext4_locality_group *lg = ac->ac_lg; in ext4_mb_normalize_group_request() local
3528 BUG_ON(lg == NULL); in ext4_mb_normalize_group_request()
3900 struct ext4_locality_group *lg; in ext4_mb_use_preallocated() local
3943 lg = ac->ac_lg; in ext4_mb_use_preallocated()
3944 if (lg == NULL) in ext4_mb_use_preallocated()
[all …]