Home
last modified time | relevance | path

Searched refs:ntfs_ffs (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ntfs/
H A Dntfs.h121 static inline int ntfs_ffs(int x) in ntfs_ffs() function
H A Dlogfile.c506 * Use ntfs_ffs() instead of ffs() to enable the compiler to in ntfs_check_logfile()
509 log_page_bits = ntfs_ffs(log_page_size) - 1; in ntfs_check_logfile()
H A Dmft.c2660 ni->itype.index.block_size_bits = ntfs_ffs(4096) - 1; in ntfs_mft_record_alloc()
/kernel/linux/linux-6.6/fs/ntfs/
H A Dntfs.h121 static inline int ntfs_ffs(int x) in ntfs_ffs() function
H A Dlogfile.c505 * Use ntfs_ffs() instead of ffs() to enable the compiler to in ntfs_check_logfile()
508 log_page_bits = ntfs_ffs(log_page_size) - 1; in ntfs_check_logfile()
H A Dmft.c2662 ni->itype.index.block_size_bits = ntfs_ffs(4096) - 1; in ntfs_mft_record_alloc()

Completed in 10 milliseconds