Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Dinode.c1807 bool attr_changed = false; in nfs_update_inode() local
1885 attr_changed = true; in nfs_update_inode()
1924 attr_changed = true; in nfs_update_inode()
1958 attr_changed = true; in nfs_update_inode()
1972 attr_changed = true; in nfs_update_inode()
1986 attr_changed = true; in nfs_update_inode()
2000 attr_changed = true; in nfs_update_inode()
2020 if (attr_changed) { in nfs_update_inode()
/linux-4.19.296/include/linux/
Dfscache-cache.h278 int (*attr_changed)(struct fscache_object *object); member
/linux-4.19.296/fs/cachefiles/
Dinterface.c566 .attr_changed = cachefiles_attr_changed,
/linux-4.19.296/fs/fscache/
Dpage.c202 ret = object->cache->ops->attr_changed(object); in fscache_attr_changed_op()