Lines Matching refs:gone
136 FS_LITTER is gone - just remove it from fs_flags.
142 FS_SINGLE is gone (actually, that had happened back when ->get_sb()
231 ->revalidate() is gone. If your filesystem had it - provide ->getattr()
258 FS_NOMOUNT is gone. If you use it - just set SB_NOUSER in flags
291 is_read_only() is gone; use bdev_read_only() instead.
297 destroy_buffers() is gone; use invalidate_bdev().
303 fsync_dev() is gone; use fsync_bdev(). NOTE: lvm breakage is
317 ->truncate is gone. The whole truncate sequence needs to be
328 ->clear_inode() and ->delete_inode() are gone; ->evict_inode() should
383 dcache_lock is gone, replaced by fine grained locks. See fs/dcache.c
445 ->get_sb() is gone. Switch to use of ->mount(). Typically it's just
486 d_alloc_root() is gone, along with a lot of bugs caused by code
521 FS_REVAL_DOT is gone; if you used to have it, add ->d_weak_revalidate()
528 vfs_readdir() is gone; switch to iterate_dir() instead
534 ->readdir() is gone now; switch to ->iterate()
557 d_materialise_unique() is gone; d_splice_alias() does everything you
564 f_dentry is gone; use f_path.dentry, or, better yet, see if you can avoid
585 ->aio_read/->aio_write are gone. Use ->read_iter/->write_iter.
602 nd_[gs]et_link() is gone.
642 ->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