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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_mount.c1655 * xfs_mod_incore_sb_unlocked() is a utility routine common used to apply
1664 xfs_mod_incore_sb_unlocked( function
1830 * is protected by the m_sb_lock. Just use the xfs_mod_incore_sb_unlocked()
1857 status = xfs_mod_incore_sb_unlocked(mp, field, delta, rsvd);
1913 status = xfs_mod_incore_sb_unlocked(mp,
1952 status = xfs_mod_incore_sb_unlocked(mp,
2589 * xfs_mod_incore_sb_unlocked() as the unlocked path operates
2593 ret = xfs_mod_incore_sb_unlocked(mp, field, delta, rsvd);

Completed in 60 milliseconds