Lines Matching defs:ops
230 const struct super_operations *ops = sb->s_op;
233 if (ops->alloc_inode)
234 inode = ops->alloc_inode(sb);
242 if (ops->destroy_inode) {
243 ops->destroy_inode(inode);
244 if (!ops->free_inode)
247 inode->free_inode = ops->free_inode;
280 const struct super_operations *ops = inode->i_sb->s_op;
284 if (ops->destroy_inode) {
285 ops->destroy_inode(inode);
286 if (!ops->free_inode)
289 inode->free_inode = ops->free_inode;