Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_sysctl.c105 .data = &xfs_params.inherit_sync.val,
109 .extra1 = &xfs_params.inherit_sync.min,
110 .extra2 = &xfs_params.inherit_sync.max
Dxfs_globals.c23 .inherit_sync = { 0, 1, 1 },
Dxfs_sysctl.h29 xfs_sysctl_val_t inherit_sync; /* Inherit the "sync" inode flag. */ member
Dxfs_linux.h93 #define xfs_inherit_sync xfs_params.inherit_sync.val