Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfs/
H A Dinode.c1845 bool attr_changed = false; in nfs_update_inode() local
1935 attr_changed = true; in nfs_update_inode()
1974 attr_changed = true; in nfs_update_inode()
2008 attr_changed = true; in nfs_update_inode()
2022 attr_changed = true; in nfs_update_inode()
2036 attr_changed = true; in nfs_update_inode()
2050 attr_changed = true; in nfs_update_inode()
2074 if (attr_changed) { in nfs_update_inode()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache-cache.h274 int (*attr_changed)(struct fscache_object *object); member
/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Dinterface.c562 .attr_changed = cachefiles_attr_changed,
/OK3568_Linux_fs/kernel/Documentation/filesystems/caching/
H A Dbackend-api.rst324 attr_changed operation should be performed. The caller will follow up
368 int (*attr_changed)(struct fscache_object *object);
H A Dfscache.rst388 | |atc=N |Number of in-progress attr_changed() cache ops |
/OK3568_Linux_fs/kernel/fs/fscache/
H A Dpage.c198 ret = object->cache->ops->attr_changed(object); in fscache_attr_changed_op()