Home
last modified time | relevance | path

Searched refs:attr_changed (Results 1 – 3 of 3) sorted by relevance

/fs/cachefiles/
Dinterface.c562 .attr_changed = cachefiles_attr_changed,
/fs/nfs/
Dinode.c2011 bool attr_changed = false; in nfs_update_inode() local
2100 attr_changed = true; in nfs_update_inode()
2221 if (attr_changed) { in nfs_update_inode()
/fs/fscache/
Dpage.c198 ret = object->cache->ops->attr_changed(object); in fscache_attr_changed_op()