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

/linux-master/fs/xfs/
H A Dxfs_globals.c24 .inherit_nodump = { 0, 1, 1 },
H A Dxfs_sysctl.h30 xfs_sysctl_val_t inherit_nodump;/* Inherit the "nodump" inode flag. */ member in struct:xfs_param
H A Dxfs_sysctl.c126 .procname = "inherit_nodump",
127 .data = &xfs_params.inherit_nodump.val,
131 .extra1 = &xfs_params.inherit_nodump.min,
132 .extra2 = &xfs_params.inherit_nodump.max
H A Dxfs_linux.h99 #define xfs_inherit_nodump xfs_params.inherit_nodump.val

Completed in 103 milliseconds