Lines Matching refs:have
50 success and negative number in case of error (-EINVAL unless you have more
63 Replace DECLARE_FSTYPE... with explicit initializer and have ->get_sb set as
78 Now we have the exclusion between ->lookup() and directory removal (by
89 - that will guarantee the same locking you used to have. If your method or its
97 BKL is also moved from around sb operations. BKL should have been shifted into
161 iget4() and the read_inode2 callback have been superseded by iget5_locked()
245 return - that will guarantee the same locking you used to have. If
253 ->statfs() is now called without BKL held. BKL should have been
353 Filesystems must RCU-free their inodes, if they can have been accessed
354 via rcu-walk path walk (basically, if the file can have had a path name in the
392 Currently you can only have FALLOC_FL_PUNCH_HOLE with FALLOC_FL_KEEP_SIZE set,
405 ->permission() and generic_permission()have lost flags
422 If you have your own ->fsync() you must make sure to call
446 FS_REVAL_DOT is gone; if you used to have it, add ->d_weak_revalidate()
469 need now. Remember that they have opposite orders of arguments ;-/
492 calling conventions for ->follow_link() have changed. Instead of returning
499 calling conventions for ->put_link() have changed. It gets inode instead of