Home
last modified time | relevance | path

Searched refs:delayed_call (Results 1 – 25 of 30) sorted by relevance

12

/linux-4.19.296/include/linux/
Ddelayed_call.h10 struct delayed_call { struct
15 #define DEFINE_DELAYED_CALL(name) struct delayed_call name = {NULL, NULL} argument
18 static inline void set_delayed_call(struct delayed_call *call, in set_delayed_call()
25 static inline void do_delayed_call(struct delayed_call *call) in do_delayed_call()
31 static inline void clear_delayed_call(struct delayed_call *call) in clear_delayed_call()
Dfscrypt_supp.h233 struct delayed_call *done);
Dfscrypt_notsupp.h232 struct delayed_call *done) in fscrypt_get_symlink()
Dfs.h1786 const char * (*get_link) (struct dentry *, struct inode *, struct delayed_call *);
3103 struct delayed_call *);
3124 struct delayed_call *);
3154 extern const char *vfs_get_link(struct dentry *, struct delayed_call *);
/linux-4.19.296/fs/autofs/
Dsymlink.c13 struct delayed_call *done) in autofs_get_link()
/linux-4.19.296/fs/nfs/
Dsymlink.c48 struct delayed_call *done) in nfs_get_link()
/linux-4.19.296/fs/ext4/
Dsymlink.c28 struct delayed_call *done) in ext4_encrypted_get_link()
/linux-4.19.296/fs/proc/
Dself.c13 struct delayed_call *done) in proc_self_get_link()
Dthread_self.c13 struct delayed_call *done) in proc_thread_self_get_link()
Dnamespaces.c40 struct delayed_call *done) in proc_ns_get_link()
Dinode.c439 struct delayed_call *done) in proc_get_link()
/linux-4.19.296/fs/kernfs/
Dsymlink.c129 struct delayed_call *done) in kernfs_iop_get_link()
/linux-4.19.296/fs/cifs/
Dcifsfs.h132 struct delayed_call *);
Dlink.c613 struct delayed_call *done) in cifs_get_link()
/linux-4.19.296/fs/
Dbad_inode.c112 struct delayed_call *done) in bad_inode_get_link()
Dnamei.c502 struct delayed_call done;
1075 struct delayed_call *); in get_link()
4781 const char *vfs_get_link(struct dentry *dentry, struct delayed_call *done) in vfs_get_link()
4797 struct delayed_call *callback) in page_get_link()
Dlibfs.c1195 struct delayed_call *done) in simple_get_link()
/linux-4.19.296/fs/crypto/
Dhooks.c226 struct delayed_call *done) in fscrypt_get_symlink()
/linux-4.19.296/fs/configfs/
Dsymlink.c314 struct delayed_call *done) in configfs_get_link()
/linux-4.19.296/fs/xfs/
Dxfs_iops.c452 struct delayed_call *done) in xfs_vn_get_link()
481 struct delayed_call *done) in xfs_vn_get_link_inline()
/linux-4.19.296/fs/f2fs/
Dnamei.c549 struct delayed_call *done) in f2fs_get_link()
1204 struct delayed_call *done) in f2fs_encrypted_get_link()
/linux-4.19.296/fs/overlayfs/
Dinode.c310 struct delayed_call *done) in ovl_get_link()
/linux-4.19.296/fs/9p/
Dvfs_inode_dotl.c908 struct delayed_call *done) in v9fs_vfs_get_link_dotl()
/linux-4.19.296/fs/hostfs/
Dhostfs_kern.c883 struct delayed_call *done) in hostfs_get_link()
/linux-4.19.296/fs/ecryptfs/
Dinode.c656 struct delayed_call *done) in ecryptfs_get_link()

12