/linux-6.3-rc2/fs/ext4/ |
A D | symlink.c | 89 set_delayed_call(callback, kfree_link, inline_link); in ext4_get_link() 109 set_delayed_call(callback, ext4_free_link, bh); in ext4_get_link()
|
/linux-6.3-rc2/include/linux/ |
A D | delayed_call.h | 18 static inline void set_delayed_call(struct delayed_call *call, in set_delayed_call() function
|
/linux-6.3-rc2/fs/nfs/ |
A D | symlink.c | 74 set_delayed_call(done, page_put_link, page); in nfs_get_link()
|
/linux-6.3-rc2/fs/proc/ |
A D | self.c | 26 set_delayed_call(done, kfree_link, name); in proc_self_get_link()
|
A D | thread_self.c | 26 set_delayed_call(done, kfree_link, name); in proc_thread_self_get_link()
|
A D | inode.c | 644 set_delayed_call(done, proc_put_link, pde); in proc_get_link()
|
/linux-6.3-rc2/fs/kernfs/ |
A D | symlink.c | 143 set_delayed_call(done, kfree_link, body); in kernfs_iop_get_link()
|
/linux-6.3-rc2/fs/crypto/ |
A D | hooks.c | 374 set_delayed_call(done, kfree_link, pstr.name); in fscrypt_get_symlink()
|
/linux-6.3-rc2/fs/vboxsf/ |
A D | file.c | 391 set_delayed_call(done, kfree_link, link); in vboxsf_get_link()
|
/linux-6.3-rc2/fs/9p/ |
A D | vfs_inode_dotl.c | 940 set_delayed_call(done, kfree_link, target); in v9fs_vfs_get_link_dotl()
|
A D | vfs_inode.c | 1265 set_delayed_call(done, kfree_link, res); in v9fs_vfs_get_link()
|
/linux-6.3-rc2/fs/hostfs/ |
A D | hostfs_kern.c | 910 set_delayed_call(done, kfree_link, link); in hostfs_get_link()
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_iops.c | 504 set_delayed_call(done, kfree_link, link); in xfs_vn_get_link()
|
/linux-6.3-rc2/fs/ecryptfs/ |
A D | inode.c | 677 set_delayed_call(done, kfree_link, buf); in ecryptfs_get_link()
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | porting.rst | 646 set_delayed_call() where it used to set ``*cookie``. 648 ->put_link() is gone - just give the destructor to set_delayed_call()
|
A D | vfs.rst | 530 having get_link(..., ..., done) do set_delayed_call(done,
|
A D | path-lookup.rst | 1072 set_delayed_call(). Later on, when VFS wants to put link, it will call
|
/linux-6.3-rc2/fs/cifs/ |
A D | cifsfs.c | 1170 set_delayed_call(done, kfree_link, target_path); in cifs_get_link()
|
/linux-6.3-rc2/fs/gfs2/ |
A D | inode.c | 1846 set_delayed_call(done, kfree_link, buf); in gfs2_get_link()
|
/linux-6.3-rc2/fs/ntfs3/ |
A D | inode.c | 2050 set_delayed_call(done, kfree_link, ret); in ntfs_get_link()
|
/linux-6.3-rc2/fs/fuse/ |
A D | dir.c | 1524 set_delayed_call(callback, page_put_link, page); in fuse_get_link()
|
/linux-6.3-rc2/security/apparmor/ |
A D | apparmorfs.c | 1643 set_delayed_call(done, rawdata_link_cb, target); in rawdata_get_link_base()
|
/linux-6.3-rc2/mm/ |
A D | shmem.c | 3223 set_delayed_call(done, shmem_put_link, folio); in shmem_get_link()
|
/linux-6.3-rc2/fs/ |
A D | namei.c | 5075 set_delayed_call(callback, page_put_link, page); in page_get_link()
|