Home
last modified time | relevance | path

Searched refs:FS_LBS (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/block/
H A Dbdev.c222 if (!(sb->s_type->fs_flags & FS_LBS) && size > PAGE_SIZE) in sb_set_blocksize()
/linux-6.15/fs/xfs/
H A Dxfs_super.c2257 FS_LBS,
/linux-6.15/fs/bcachefs/
H A Dfs.c2718 .fs_flags = FS_REQUIRES_DEV | FS_ALLOW_IDMAP | FS_LBS,
/linux-6.15/include/linux/
H A Dfs.h2617 #define FS_LBS 128 /* FS supports LBS */ macro