Searched refs:fstrm_timer (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_sysctl.c | 188 .data = &xfs_params.fstrm_timer.val, 192 .extra1 = &xfs_params.fstrm_timer.min, 193 .extra2 = &xfs_params.fstrm_timer.max,
|
H A D | xfs_globals.c | 30 .fstrm_timer = { 1, 30*100, 3600*100},
|
H A D | xfs_sysctl.h | 37 xfs_sysctl_val_t fstrm_timer; /* Filestream dir-AG assoc'n timeout. */ member
|
H A D | xfs_linux.h | 100 #define xfs_fstrm_centisecs xfs_params.fstrm_timer.val
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_sysctl.c | 172 .data = &xfs_params.fstrm_timer.val, 176 .extra1 = &xfs_params.fstrm_timer.min, 177 .extra2 = &xfs_params.fstrm_timer.max,
|
H A D | xfs_globals.c | 31 .fstrm_timer = { 1, 30*100, 3600*100},
|
H A D | xfs_sysctl.h | 37 xfs_sysctl_val_t fstrm_timer; /* Filestream dir-AG assoc'n timeout. */ member
|
H A D | xfs_linux.h | 104 #define xfs_fstrm_centisecs xfs_params.fstrm_timer.val
|
Completed in 4 milliseconds