Home
last modified time | relevance | path

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

12

/linux/include/linux/
H A 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()
H A Dfscrypt.h443 struct delayed_call *done);
811 struct delayed_call *done) in fscrypt_get_symlink()
H A Dfs.h36 #include <linux/delayed_call.h>
2226 const char * (*get_link) (struct dentry *, struct inode *, struct delayed_call *);
3550 struct delayed_call *);
3552 struct delayed_call *);
3577 struct delayed_call *);
3595 extern const char *vfs_get_link(struct dentry *, struct delayed_call *);
/linux/fs/ext4/
H A Dsymlink.c28 struct delayed_call *done) in ext4_encrypted_get_link()
74 struct delayed_call *callback) in ext4_get_link()
/linux/fs/autofs/
H A Dsymlink.c10 struct delayed_call *done) in autofs_get_link()
/linux/fs/nfs/
H A Dsymlink.c41 struct delayed_call *done) in nfs_get_link()
/linux/fs/proc/
H A Dself.c13 struct delayed_call *done) in proc_self_get_link()
H A Dthread_self.c13 struct delayed_call *done) in proc_thread_self_get_link()
H A Dnamespaces.c44 struct delayed_call *done) in proc_ns_get_link()
H A Dinode.c616 struct delayed_call *done) in proc_get_link()
H A Dbase.c1801 struct delayed_call *done) in proc_pid_get_link()
2305 struct delayed_call *done) in proc_map_files_get_link()
/linux/fs/kernfs/
H A Dsymlink.c130 struct delayed_call *done) in kernfs_iop_get_link()
/linux/fs/crypto/
H A Dhooks.c357 struct delayed_call *done) in fscrypt_get_symlink()
/linux/fs/vboxsf/
H A Dfile.c361 struct delayed_call *done) in vboxsf_get_link()
/linux/security/apparmor/
H A Dapparmorfs.c1628 struct delayed_call *done, in rawdata_get_link_base()
1656 struct delayed_call *done) in rawdata_get_link_sha256()
1663 struct delayed_call *done) in rawdata_get_link_abi()
1670 struct delayed_call *done) in rawdata_get_link_data()
2605 struct delayed_call *done) in policy_get_link()
/linux/fs/f2fs/
H A Dnamei.c611 struct delayed_call *done) in f2fs_get_link()
1299 struct delayed_call *done) in f2fs_encrypted_get_link()
/linux/fs/
H A Dnamei.c644 struct delayed_call done;
1926 struct delayed_call *); in pick_link()
5396 const char *vfs_get_link(struct dentry *dentry, struct delayed_call *done) in vfs_get_link()
5412 struct delayed_call *callback) in __page_get_link()
5436 struct delayed_call *callback) in page_get_link_raw()
5454 struct delayed_call *callback) in page_get_link()
5474 * the folio which was retrieved from the page cache. The delayed_call
/linux/fs/afs/
H A Dinode.c55 struct delayed_call *callback) in afs_get_link()
H A Dinternal.h1239 struct delayed_call *callback);
/linux/fs/overlayfs/
H A Dinode.c327 struct delayed_call *done) in ovl_get_link()
/linux/fs/ecryptfs/
H A Dinode.c681 struct delayed_call *done) in ecryptfs_get_link()
/linux/fs/9p/
H A Dvfs_inode.c1171 struct delayed_call *done) in v9fs_vfs_get_link()
/linux/fs/ubifs/
H A Dfile.c1605 struct delayed_call *done) in ubifs_get_link()
/linux/Documentation/filesystems/
H A Dlocking.rst75 const char *(*get_link) (struct dentry *, struct inode *, struct delayed_call *);
/linux/fs/smb/client/
H A Dcifsfs.c1167 struct delayed_call *done) in cifs_get_link()

12