Searched refs:rotorstep (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_sysctl.c | 169 .procname = "rotorstep", 170 .data = &xfs_params.rotorstep.val, 174 .extra1 = &xfs_params.rotorstep.min, 175 .extra2 = &xfs_params.rotorstep.max
|
H A D | xfs_globals.c | 28 .rotorstep = { 1, 1, 255 },
|
H A D | xfs_filestream.c | 300 xfs_agnumber_t rotorstep = xfs_rotorstep; in xfs_filestream_lookup_ag() local 301 startag = (mp->m_agfrotor / rotorstep) % mp->m_sb.sb_agcount; in xfs_filestream_lookup_ag() 303 (mp->m_sb.sb_agcount * rotorstep); in xfs_filestream_lookup_ag()
|
H A D | xfs_sysctl.h | 35 xfs_sysctl_val_t rotorstep; /* inode32 AG rotoring control knob */ member
|
H A D | xfs_linux.h | 98 #define xfs_rotorstep xfs_params.rotorstep.val
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_sysctl.c | 153 .procname = "rotorstep", 154 .data = &xfs_params.rotorstep.val, 158 .extra1 = &xfs_params.rotorstep.min, 159 .extra2 = &xfs_params.rotorstep.max
|
H A D | xfs_globals.c | 29 .rotorstep = { 1, 1, 255 },
|
H A D | xfs_filestream.c | 284 xfs_agnumber_t rotorstep = xfs_rotorstep; in xfs_filestream_create_association() local 286 agno = (mp->m_agfrotor / rotorstep) % mp->m_sb.sb_agcount; in xfs_filestream_create_association() 288 (mp->m_sb.sb_agcount * rotorstep); in xfs_filestream_create_association()
|
H A D | xfs_sysctl.h | 35 xfs_sysctl_val_t rotorstep; /* inode32 AG rotoring control knob */ member
|
H A D | xfs_linux.h | 102 #define xfs_rotorstep xfs_params.rotorstep.val
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 3051 xfs_agnumber_t rotorstep = xfs_rotorstep; /* inode32 agf stepper */ in xfs_alloc_vextent() local 3110 ((mp->m_agfrotor / rotorstep) % in xfs_alloc_vextent() 3200 (mp->m_sb.sb_agcount * rotorstep); in xfs_alloc_vextent() 3202 mp->m_agfrotor = (args->agno * rotorstep + 1) % in xfs_alloc_vextent() 3203 (mp->m_sb.sb_agcount * rotorstep); in xfs_alloc_vextent()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 3588 xfs_agnumber_t rotorstep = xfs_rotorstep; in xfs_alloc_vextent_start_ag() local 3610 ((mp->m_agfrotor / rotorstep) % in xfs_alloc_vextent_start_ag() 3622 (mp->m_sb.sb_agcount * rotorstep); in xfs_alloc_vextent_start_ag() 3624 mp->m_agfrotor = (args->agno * rotorstep + 1) % in xfs_alloc_vextent_start_ag() 3625 (mp->m_sb.sb_agcount * rotorstep); in xfs_alloc_vextent_start_ag()
|
Completed in 12 milliseconds