Home
last modified time | relevance | path

Searched refs:has_ftype (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c185 int has_ftype; in xfs_dir2_block_sfsize() local
195 has_ftype = xfs_sb_version_hasftype(&mp->m_sb) ? 1 : 0; in xfs_dir2_block_sfsize()
228 namelen += dep->namelen + has_ftype; in xfs_dir2_block_sfsize()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c185 int has_ftype; in xfs_dir2_block_sfsize() local
195 has_ftype = xfs_has_ftype(mp) ? 1 : 0; in xfs_dir2_block_sfsize()
228 namelen += dep->namelen + has_ftype; in xfs_dir2_block_sfsize()

Completed in 3 milliseconds