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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_inode_item.h153 !ip->i_update_core;
H A Dxfs_iget.c82 ip->i_update_core = 0;
H A Dxfs_inode.h255 unsigned char i_update_core; /* timestamps/size is dirty */ member in struct:xfs_inode
H A Dxfs_inode_item.c227 * clearing i_update_core as the VFS will call back into
228 * XFS here and set i_update_core, so we need to dirty the
229 * inode first so that the ordering of i_update_core and
235 * Clear i_update_core if the timestamps (or any other
246 * We clear i_update_core before copying out the data.
249 * update the timestamps BEFORE setting i_update_core,
250 * so if we clear i_update_core after they set it we
258 * the i_update_core access below the data copy below.
260 if (ip->i_update_core) {
261 ip->i_update_core
[all...]
H A Dxfs_vnodeops.c391 ip->i_update_core = 1;
397 ip->i_update_core = 1;
403 ip->i_update_core = 1;
H A Dxfs_inode.c2037 ip->i_update_core = 0;
2811 ip->i_update_core = 0;
2892 * Clear i_update_core before copying out the data.
2895 * update the timestamps BEFORE setting i_update_core,
2896 * so if we clear i_update_core after they set it we
2901 * the i_update_core access below the data copy below.
2903 ip->i_update_core = 0;
3069 * not been logged but has i_update_core set. For this
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_file.c120 * This code relies on the assumption that if the i_update_core field
137 ip->i_update_core) {
H A Dxfs_super.c977 * VFS inode dirty in a transaction and clears the i_update_core field;
983 * updates and the transaction commit code that clears the i_update_core
992 XFS_I(inode)->i_update_core = 1;
1056 if (ip->i_update_core) {

Completed in 327 milliseconds