Displaying 1 result from an estimated 1 matches for "fset_cache".
Did you mean:
set_cache
2001 Mar 13
5
is this null block OK?
...;inode->i_sem);
if (size_check != inode->i_size) {
up(&inode->i_sem);
EXIT;
return -EALREADY;
}
newattrs.ia_size = length;
newattrs.ia_valid = ATTR_SIZE | ATTR_CTIME;
op = filter_c2csops(fset->fset_cache->cache_filter);
error = op->notify_change(dentry, &newattrs);
if (!error) {
struct inode_operations *iop;
/* truncate virtual mappings of this file */
iop = filter_c2cfiops(fset->fset_cache->cache_filter);...