Lines Matching defs:ops
257 const struct super_operations *ops = sb->s_op;
260 if (ops->alloc_inode)
261 inode = ops->alloc_inode(sb);
269 if (ops->destroy_inode) {
270 ops->destroy_inode(inode);
271 if (!ops->free_inode)
274 inode->free_inode = ops->free_inode;
306 const struct super_operations *ops = inode->i_sb->s_op;
310 if (ops->destroy_inode) {
311 ops->destroy_inode(inode);
312 if (!ops->free_inode)
315 inode->free_inode = ops->free_inode;