| /linux-6.15/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-6.15/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-6.15/fs/nfs/ |
| H A D | symlink.c | 66 set_delayed_call(done, page_put_link, page); in nfs_get_link()
|
| /linux-6.15/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 | 621 set_delayed_call(done, proc_put_link, pde); in proc_get_link()
|
| /linux-6.15/fs/kernfs/ |
| H A D | symlink.c | 145 set_delayed_call(done, kfree_link, body); in kernfs_iop_get_link()
|
| /linux-6.15/fs/crypto/ |
| H A D | hooks.c | 419 set_delayed_call(done, kfree_link, pstr.name); in fscrypt_get_symlink()
|
| /linux-6.15/fs/vboxsf/ |
| H A D | file.c | 384 set_delayed_call(done, kfree_link, link); in vboxsf_get_link()
|
| /linux-6.15/fs/afs/ |
| H A D | dynroot.c | 235 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-6.15/fs/9p/ |
| H A D | vfs_inode_dotl.c | 888 set_delayed_call(done, kfree_link, target); in v9fs_vfs_get_link_dotl()
|
| H A D | vfs_inode.c | 1208 set_delayed_call(done, kfree_link, res); in v9fs_vfs_get_link()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_iops.c | 531 set_delayed_call(done, kfree_link, link); in xfs_vn_get_link()
|
| /linux-6.15/fs/hostfs/ |
| H A D | hostfs_kern.c | 918 set_delayed_call(done, kfree_link, link); in hostfs_get_link()
|
| /linux-6.15/fs/ecryptfs/ |
| H A D | inode.c | 693 set_delayed_call(done, kfree_link, buf); in ecryptfs_get_link()
|
| /linux-6.15/Documentation/filesystems/ |
| H 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()
|
| H A D | vfs.rst | 619 having get_link(..., ..., done) do set_delayed_call(done,
|
| /linux-6.15/fs/smb/client/ |
| H A D | cifsfs.c | 1188 set_delayed_call(done, kfree_link, target_path); in cifs_get_link()
|
| /linux-6.15/fs/ntfs3/ |
| H A D | inode.c | 2042 set_delayed_call(done, kfree_link, ret); in ntfs_get_link()
|
| /linux-6.15/fs/gfs2/ |
| H A D | inode.c | 1853 set_delayed_call(done, kfree_link, buf); in gfs2_get_link()
|
| /linux-6.15/security/apparmor/ |
| H A D | apparmorfs.c | 1641 set_delayed_call(done, kfree_link, target); in rawdata_get_link_base()
|
| /linux-6.15/fs/fuse/ |
| H A D | dir.c | 1679 set_delayed_call(callback, page_put_link, &folio->page); in fuse_get_link()
|
| /linux-6.15/mm/ |
| H A D | shmem.c | 4181 set_delayed_call(done, shmem_put_link, folio); in shmem_get_link()
|
| /linux-6.15/fs/ |
| H A D | namei.c | 5422 set_delayed_call(callback, page_put_link, page); in __page_get_link()
|