Searched refs:set_delayed_call (Results 1 – 18 of 18) sorted by relevance
| /linux/fs/ext4/ |
| H A D | symlink.c | 89 set_delayed_call(callback, kfree_link, inline_link); in ext4_get_link() 111 set_delayed_call(callback, ext4_free_link, bh); in ext4_get_link()
|
| /linux/include/linux/ |
| H A D | delayed_call.h | 18 static inline void set_delayed_call(struct delayed_call *call, in set_delayed_call() function
|
| /linux/fs/proc/ |
| H A D | self.c | 26 set_delayed_call(done, kfree_link, name); in proc_self_get_link()
|
| H A D | thread_self.c | 26 set_delayed_call(done, kfree_link, name); in proc_thread_self_get_link()
|
| H A D | inode.c | 620 set_delayed_call(done, proc_put_link, pde); in proc_get_link()
|
| /linux/fs/crypto/ |
| H A D | hooks.c | 421 set_delayed_call(done, kfree_link, pstr.name); in fscrypt_get_symlink()
|
| /linux/fs/vboxsf/ |
| H A D | file.c | 387 set_delayed_call(done, kfree_link, link); in vboxsf_get_link()
|
| /linux/fs/afs/ |
| H A D | dynroot.c | 236 set_delayed_call(done, afs_atcell_delayed_put_cell, cell); in afs_atcell_get_link()
|
| H A D | inode.c | 90 set_delayed_call(callback, afs_put_link, content); in afs_get_link()
|
| /linux/fs/9p/ |
| H A D | vfs_inode_dotl.c | 883 set_delayed_call(done, kfree_link, target); in v9fs_vfs_get_link_dotl()
|
| H A D | vfs_inode.c | 1198 set_delayed_call(done, kfree_link, res); in v9fs_vfs_get_link()
|
| /linux/fs/hostfs/ |
| H A D | hostfs_kern.c | 920 set_delayed_call(done, kfree_link, link); in hostfs_get_link()
|
| /linux/fs/ecryptfs/ |
| H A D | inode.c | 676 set_delayed_call(done, kfree_link, buf); in ecryptfs_get_link()
|
| /linux/fs/smb/client/ |
| H A D | cifsfs.c | 1250 set_delayed_call(done, kfree_link, target_path); in cifs_get_link()
|
| /linux/security/apparmor/ |
| H A D | apparmorfs.c | 1734 set_delayed_call(done, kfree_link, target); in rawdata_get_link_base()
|
| /linux/fs/fuse/ |
| H A D | dir.c | 1879 set_delayed_call(callback, page_put_link, folio); in fuse_get_link()
|
| /linux/mm/ |
| H A D | shmem.c | 4200 set_delayed_call(done, shmem_put_link, folio); in shmem_get_link()
|
| /linux/fs/ |
| H A D | namei.c | 6292 set_delayed_call(callback, page_put_link, folio); in __page_get_link()
|