Lines Matching refs:gone
142 FS_LITTER is gone - just remove it from fs_flags.
148 FS_SINGLE is gone (actually, that had happened back when ->get_sb()
237 ->revalidate() is gone. If your filesystem had it - provide ->getattr()
264 FS_NOMOUNT is gone. If you use it - just set SB_NOUSER in flags
297 is_read_only() is gone; use bdev_read_only() instead.
303 destroy_buffers() is gone; use invalidate_bdev().
309 fsync_dev() is gone; use fsync_bdev(). NOTE: lvm breakage is
323 ->truncate is gone. The whole truncate sequence needs to be
334 ->clear_inode() and ->delete_inode() are gone; ->evict_inode() should
389 dcache_lock is gone, replaced by fine grained locks. See fs/dcache.c
451 ->get_sb() and ->mount() are gone. Switch to using the new mount API. See
489 d_alloc_root() is gone, along with a lot of bugs caused by code
524 FS_REVAL_DOT is gone; if you used to have it, add ->d_weak_revalidate()
531 vfs_readdir() is gone; switch to iterate_dir() instead
537 ->readdir() is gone now; switch to ->iterate_shared()
560 d_materialise_unique() is gone; d_splice_alias() does everything you
567 f_dentry is gone; use f_path.dentry, or, better yet, see if you can avoid
588 ->aio_read/->aio_write are gone. Use ->read_iter/->write_iter.
605 nd_[gs]et_link() is gone.
645 ->put_link() is gone - just give the destructor to set_delayed_call()
833 might be already gone. The filesystem driver is guaranteed to be still
842 DCACHE_RCUACCESS is gone; having an RCU delay on dentry freeing is the
896 iov_iter_copy_from_user_atomic() is gone; use copy_page_from_iter_atomic().
914 no_llseek is gone; don't set .llseek to that - just leave it NULL instead.
1133 pointer are gone.
1184 invalidate_inodes() is gone use evict_inodes() instead.
1249 collect_mounts()/drop_collected_mounts()/iterate_mounts() are gone now.
1332 kill_litter_super() is gone; convert to DCACHE_PERSISTENT use (as all
1350 and do_rmdir()) are gone; they are replaced with non-consuming analogues