Searched refs:al_aligned (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ntfs3/
H A Dattrlist.c56 le = kvmalloc(al_aligned(lsize), GFP_KERNEL);
94 le = kvmalloc(al_aligned(lsize), GFP_KERNEL);
305 asize = al_aligned(old_size);
306 new_asize = al_aligned(new_size);
H A Dntfs_fs.h476 static inline size_t al_aligned(size_t size) function
H A Dfrecord.c820 le = kmalloc(al_aligned(rs), GFP_NOFS);

Completed in 220 milliseconds