Lines Matching full:instead
29 Use FOO_I(inode) instead of &inode->u.foo_inode_i;
237 Use bdev_read_only(bdev) instead of is_read_only(kdev). The latter
260 is_read_only() is gone; use bdev_read_only() instead.
296 be used instead. It gets called whenever the inode is evicted, whether it has
406 argument; instead of passing IPERM_FLAG_RCU we add MAY_NOT_BLOCK into mask.
447 in your dentry operations instead.
450 vfs_readdir() is gone; switch to iterate_dir() instead
477 wrappers; instead of checking for ->write or ->read being NULL, look for
482 instead.
492 calling conventions for ->follow_link() have changed. Instead of returning
499 calling conventions for ->put_link() have changed. It gets inode instead of
544 d_splice_alias() instead.
545 * use d_rehash() alone - call d_add(new_dentry, NULL) instead.
615 alloc_file() has become static now; two wrappers are to be used instead.