Home
last modified time | relevance | path

Searched refs:do_delayed_call (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/linux/
H A Ddelayed_call.h25 static inline void do_delayed_call(struct delayed_call *call) in do_delayed_call() function
/openbmc/linux/fs/crypto/
H A Dhooks.c453 do_delayed_call(&done); in fscrypt_symlink_getattr()
/openbmc/linux/fs/
H A Dnamei.c669 do_delayed_call(&last->done); in drop_links()
1026 do_delayed_call(&last->done); in put_link()
5126 do_delayed_call(&done); in vfs_readlink()
5198 do_delayed_call(&done); in page_readlink()
/openbmc/linux/fs/overlayfs/
H A Dcopy_up.c1098 do_delayed_call(&done); in ovl_copy_up_one()
/openbmc/linux/fs/ecryptfs/
H A Dinode.c662 do_delayed_call(&done); in ecryptfs_readlink_lower()
/openbmc/linux/fs/f2fs/
H A Dnamei.c600 do_delayed_call(done); in f2fs_get_link()
/openbmc/linux/fs/nfsd/
H A Dvfs.c1581 do_delayed_call(&done); in nfsd_readlink()
/openbmc/linux/Documentation/filesystems/
H A Dpath-lookup.rst1073 do_delayed_call() to invoke that callback function with the argument.