Lines Matching full:instead
35 Use FOO_I(inode) instead of &inode->u.foo_inode_i;
271 Use bdev_read_only(bdev) instead of is_read_only(kdev). The latter
297 is_read_only() is gone; use bdev_read_only() instead.
335 be used instead. It gets called whenever the inode is evicted, whether it has
462 argument; instead of passing IPERM_FLAG_RCU we add MAY_NOT_BLOCK into mask.
528 in your dentry operations instead.
534 vfs_readdir() is gone; switch to iterate_dir() instead
578 wrappers; instead of checking for ->write or ->read being NULL, look for
586 instead.
604 calling conventions for ->follow_link() have changed. Instead of returning
614 calling conventions for ->put_link() have changed. It gets inode instead of
680 d_splice_alias() instead.
681 * use d_rehash() alone - call d_add(new_dentry, NULL) instead.
777 alloc_file() has become static now; two wrappers are to be used instead.
909 instead of passing mount and dentry separately. For callers that used to
917 no_llseek is gone; don't set .llseek to that - just leave it NULL instead.
925 filldir_t (readdir callbacks) calling conventions have changed. Instead of
937 file pointer instead of struct dentry pointer. d_tmpfile() is similarly
947 order instead of an enum page_entry_size, and it may be called without the
976 would spin. Instead they are now made to wait using an explicit wait-wake
1097 Field names got changed (->d_children/->d_sib instead of ->d_subdirs/->d_child
1142 set_blocksize() takes opened struct file instead of struct block_device now