Home
last modified time | relevance | path

Searched refs:inherit_sync (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_sysctl.c138 {XFS_INHERIT_SYNC, "inherit_sync", &xfs_params.inherit_sync.val,
141 &xfs_params.inherit_sync.min, &xfs_params.inherit_sync.max},
Dxfs_globals.c64 .inherit_sync = { 0, 1, 1 },
Dxfs_sysctl.h59 xfs_sysctl_val_t inherit_sync; /* Inherit the "sync" inode flag. */ member
Dxfs_linux.h140 #define xfs_inherit_sync xfs_params.inherit_sync.val in BUFFER_FNS()
/linux-2.4.37.9/Documentation/filesystems/
Dxfs.txt185 fs.xfs.inherit_sync (Min: 0 Default: 1 Max 1)