Lines Matching full:instead
35 Use FOO_I(inode) instead of &inode->u.foo_inode_i;
265 Use bdev_read_only(bdev) instead of is_read_only(kdev). The latter
291 is_read_only() is gone; use bdev_read_only() instead.
329 be used instead. It gets called whenever the inode is evicted, whether it has
456 argument; instead of passing IPERM_FLAG_RCU we add MAY_NOT_BLOCK into mask.
522 in your dentry operations instead.
528 vfs_readdir() is gone; switch to iterate_dir() instead
572 wrappers; instead of checking for ->write or ->read being NULL, look for
580 instead.
598 calling conventions for ->follow_link() have changed. Instead of returning
608 calling conventions for ->put_link() have changed. It gets inode instead of
674 d_splice_alias() instead.
675 * use d_rehash() alone - call d_add(new_dentry, NULL) instead.
774 alloc_file() has become static now; two wrappers are to be used instead.