Searched refs:new_diflags (Results 1 – 1 of 1) sorted by relevance
1297 uint16_t new_diflags; in xfs_ioctl_setattr_check_extsize() local1309 new_diflags = xfs_flags2diflags(ip, fa->fsx_xflags); in xfs_ioctl_setattr_check_extsize()1317 if ((new_diflags & XFS_DIFLAG_RTINHERIT) && in xfs_ioctl_setattr_check_extsize()1318 (new_diflags & XFS_DIFLAG_EXTSZINHERIT)) { in xfs_ioctl_setattr_check_extsize()1328 VFS_I(ip)->i_mode, new_diflags); in xfs_ioctl_setattr_check_extsize()1340 uint16_t new_diflags; in xfs_ioctl_setattr_check_cowextsize() local1348 new_diflags = xfs_flags2diflags(ip, fa->fsx_xflags); in xfs_ioctl_setattr_check_cowextsize()1353 VFS_I(ip)->i_mode, new_diflags, new_diflags2); in xfs_ioctl_setattr_check_cowextsize()
Completed in 5 milliseconds