Home
last modified time | relevance | path

Searched refs:delayed_call (Results 1 – 25 of 32) 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.h2227 const char * (*get_link) (struct dentry *, struct inode *, struct delayed_call *);
3551 struct delayed_call *);
3553 struct delayed_call *);
3578 struct delayed_call *);
3596 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/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 Dbase.c1801 struct delayed_call *done) in proc_pid_get_link()
2305 struct delayed_call *done) in proc_map_files_get_link()
/linux/fs/smb/client/
H A Dcifsfs.h119 struct delayed_call *);
H A Dcifsfs.c1167 struct delayed_call *done) in cifs_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/afs/
H A Ddynroot.c205 struct delayed_call *done) in afs_atcell_get_link()
H A Dinode.c55 struct delayed_call *callback) in afs_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()
H A Dlibfs.c1714 struct delayed_call *done) in simple_get_link()
/linux/fs/9p/
H A Dvfs_inode_dotl.c870 struct delayed_call *done) in v9fs_vfs_get_link_dotl()
/linux/fs/overlayfs/
H A Dinode.c327 struct delayed_call *done) in ovl_get_link()
/linux/fs/hostfs/
H A Dhostfs_kern.c897 struct delayed_call *done) in hostfs_get_link()
/linux/fs/ecryptfs/
H A Dinode.c681 struct delayed_call *done) in ecryptfs_get_link()
/linux/fs/xfs/
H A Dxfs_iops.c515 struct delayed_call *done) in xfs_vn_get_link()
/linux/Documentation/filesystems/
H A Dlocking.rst75 const char *(*get_link) (struct dentry *, struct inode *, struct delayed_call *);

12