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

/linux-master/fs/xfs/
H A Dxfs_ioctl.c1234 uint16_t new_diflags; local
1246 new_diflags = xfs_flags2diflags(ip, fa->fsx_xflags);
1254 if ((new_diflags & XFS_DIFLAG_RTINHERIT) &&
1255 (new_diflags & XFS_DIFLAG_EXTSZINHERIT)) {
1265 VFS_I(ip)->i_mode, new_diflags);
1277 uint16_t new_diflags; local
1285 new_diflags = xfs_flags2diflags(ip, fa->fsx_xflags);
1290 VFS_I(ip)->i_mode, new_diflags, new_diflags2);

Completed in 88 milliseconds