Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/
Dinode.c1805 bool attr_changed = false; in nfs_update_inode() local
1883 attr_changed = true; in nfs_update_inode()
1922 attr_changed = true; in nfs_update_inode()
1956 attr_changed = true; in nfs_update_inode()
1970 attr_changed = true; in nfs_update_inode()
1984 attr_changed = true; in nfs_update_inode()
1998 attr_changed = true; in nfs_update_inode()
2018 if (attr_changed) { in nfs_update_inode()
/Linux-v4.19/include/linux/
Dfscache-cache.h279 int (*attr_changed)(struct fscache_object *object); member
/Linux-v4.19/fs/cachefiles/
Dinterface.c566 .attr_changed = cachefiles_attr_changed,
/Linux-v4.19/Documentation/filesystems/caching/
Dbackend-api.txt326 attr_changed operation should be performed. The caller will follow up
370 int (*attr_changed)(struct fscache_object *object);
Dfscache.txt299 atc=N Number of in-progress attr_changed() cache ops
/Linux-v4.19/fs/fscache/
Dpage.c202 ret = object->cache->ops->attr_changed(object); in fscache_attr_changed_op()