Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_sysctl.c158 {XFS_BUF_AGE, "age_buffer_centisecs", &xfs_params.xfs_buf_age.val,
161 &xfs_params.xfs_buf_age.min, &xfs_params.xfs_buf_age.max},
Dxfs_globals.c68 .xfs_buf_age = { 1*100, 15*100, 300*100 },
Dxfs_sysctl.h63 xfs_sysctl_val_t xfs_buf_age; /* Metadata buffer age before flush. */ member
Dxfs_linux.h144 #define xfs_buf_age_centisecs xfs_params.xfs_buf_age.val in BUFFER_FNS()