Home
last modified time | relevance | path

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

/linux-6.15/fs/afs/
H A Dmntpt.c134 do_delayed_call(&cleanup); in afs_mntpt_set_params()
141 do_delayed_call(&cleanup); in afs_mntpt_set_params()
H A Dinode.c102 do_delayed_call(&done); in afs_readlink()
109 do_delayed_call(&done); in afs_readlink()
/linux-6.15/include/linux/
H A Ddelayed_call.h25 static inline void do_delayed_call(struct delayed_call *call) in do_delayed_call() function
/linux-6.15/fs/crypto/
H A Dhooks.c468 do_delayed_call(&done); in fscrypt_symlink_getattr()
/linux-6.15/fs/
H A Dnamei.c735 do_delayed_call(&last->done); in drop_links()
1093 do_delayed_call(&last->done); in put_link()
5372 do_delayed_call(&done); in vfs_readlink()
5462 do_delayed_call(&done); in page_readlink()
/linux-6.15/fs/ecryptfs/
H A Dinode.c670 do_delayed_call(&done); in ecryptfs_readlink_lower()
/linux-6.15/fs/overlayfs/
H A Dcopy_up.c1209 do_delayed_call(&done); in ovl_copy_up_one()
/linux-6.15/fs/f2fs/
H A Dnamei.c608 do_delayed_call(done); in f2fs_get_link()
/linux-6.15/fs/nfsd/
H A Dvfs.c1615 do_delayed_call(&done); in nfsd_readlink()
/linux-6.15/Documentation/filesystems/
H A Dpath-lookup.rst1073 do_delayed_call() to invoke that callback function with the argument.