|
|
| version 1.26, 2006/05/19 06:06:01 | version 1.27, 2007/07/09 06:12:03 |
|---|---|
| Line 50 typedef struct xfs_param { | Line 50 typedef struct xfs_param { |
| xfs_sysctl_val_t inherit_nosym; /* Inherit the "nosymlinks" flag. */ | xfs_sysctl_val_t inherit_nosym; /* Inherit the "nosymlinks" flag. */ |
| xfs_sysctl_val_t rotorstep; /* inode32 AG rotoring control knob */ | xfs_sysctl_val_t rotorstep; /* inode32 AG rotoring control knob */ |
| xfs_sysctl_val_t inherit_nodfrg;/* Inherit the "nodefrag" inode flag. */ | xfs_sysctl_val_t inherit_nodfrg;/* Inherit the "nodefrag" inode flag. */ |
| xfs_sysctl_val_t fstrm_timer; /* Filestream dir-AG assoc'n timeout. */ | |
| } xfs_param_t; | } xfs_param_t; |
| /* | /* |
| Line 89 enum { | Line 90 enum { |
| XFS_INHERIT_NOSYM = 19, | XFS_INHERIT_NOSYM = 19, |
| XFS_ROTORSTEP = 20, | XFS_ROTORSTEP = 20, |
| XFS_INHERIT_NODFRG = 21, | XFS_INHERIT_NODFRG = 21, |
| XFS_FILESTREAM_TIMER = 22, | |
| }; | }; |
| extern xfs_param_t xfs_params; | extern xfs_param_t xfs_params; |