Lines Matching refs:now
37 Keep in mind that now you need explicit initialization of private data
88 and ->readdir() are called without BKL now. Grab it on entry, drop upon return
90 parts do not need BKL - better yet, now you can shift lock_kernel() and
132 ->setattr() is called without BKL now. Caller _always_ holds ->i_mutex, so
134 Callers of notify_change() need ->i_mutex now.
154 s_export_op is now required for exporting a filesystem.
244 ->permission() is called without BKL now. Grab it on entry, drop upon
246 your method or its parts do not need BKL - better yet, now you can
253 ->statfs() is now called without BKL held. BKL should have been
285 implemented in ->setattr, which is now mandatory for filesystems
290 inode_change_ok now includes the size checks for ATTR_SIZE and must be called
302 ->drop_inode() returns int now; it's called on final iput() with
324 .d_delete() now only advises the dcache as to whether or not to cache
325 unreferenced dentries, and is now only called when the dentry refcount goes to
364 vfs now tries to do path walking in "rcu-walk mode", which avoids
378 may now be called in rcu-walk mode (nd->flags & LOOKUP_RCU). -ECHILD should be
384 exec permission). These must now be rcu-walk aware (flags & IPERM_FLAG_RCU).
453 ->readdir() is gone now; switch to ->iterate()
469 need now. Remember that they have opposite orders of arguments ;-/