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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_globals.c35 .inherit_sync = { 0, 1, 1 },
H A Dxfs_sysctl.h41 xfs_sysctl_val_t inherit_sync; /* Inherit the "sync" inode flag. */ member in struct:xfs_param
H A Dxfs_sysctl.c104 .procname = "inherit_sync",
105 .data = &xfs_params.inherit_sync.val,
109 .extra1 = &xfs_params.inherit_sync.min,
110 .extra2 = &xfs_params.inherit_sync.max
H A Dxfs_linux.h107 #define xfs_inherit_sync xfs_params.inherit_sync.val

Completed in 68 milliseconds