/openbmc/linux/fs/ext4/ |
H 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()
|
/openbmc/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
|
/openbmc/linux/fs/nfs/ |
H A D | symlink.c | 74 set_delayed_call(done, page_put_link, page); in nfs_get_link()
|
/openbmc/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 | 644 set_delayed_call(done, proc_put_link, pde); in proc_get_link()
|
/openbmc/linux/fs/kernfs/ |
H A D | symlink.c | 143 set_delayed_call(done, kfree_link, body); in kernfs_iop_get_link()
|
/openbmc/linux/fs/crypto/ |
H A D | hooks.c | 404 set_delayed_call(done, kfree_link, pstr.name); in fscrypt_get_symlink()
|
/openbmc/linux/fs/vboxsf/ |
H A D | file.c | 392 set_delayed_call(done, kfree_link, link); in vboxsf_get_link()
|
/openbmc/linux/fs/9p/ |
H A D | vfs_inode_dotl.c | 951 set_delayed_call(done, kfree_link, target); in v9fs_vfs_get_link_dotl()
|
H A D | vfs_inode.c | 1263 set_delayed_call(done, kfree_link, res); in v9fs_vfs_get_link()
|
/openbmc/linux/fs/hostfs/ |
H A D | hostfs_kern.c | 919 set_delayed_call(done, kfree_link, link); in hostfs_get_link()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_iops.c | 504 set_delayed_call(done, kfree_link, link); in xfs_vn_get_link()
|
/openbmc/linux/fs/ecryptfs/ |
H A D | inode.c | 685 set_delayed_call(done, kfree_link, buf); in ecryptfs_get_link()
|
/openbmc/linux/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 | 600 having get_link(..., ..., done) do set_delayed_call(done,
|
H A D | path-lookup.rst | 1072 set_delayed_call(). Later on, when VFS wants to put link, it will call
|
/openbmc/linux/fs/smb/client/ |
H A D | cifsfs.c | 1203 set_delayed_call(done, kfree_link, target_path); in cifs_get_link()
|
/openbmc/linux/fs/gfs2/ |
H A D | inode.c | 1850 set_delayed_call(done, kfree_link, buf); in gfs2_get_link()
|
/openbmc/linux/fs/ntfs3/ |
H A D | inode.c | 2107 set_delayed_call(done, kfree_link, ret); in ntfs_get_link()
|
/openbmc/linux/security/apparmor/ |
H A D | apparmorfs.c | 1647 set_delayed_call(done, rawdata_link_cb, target); in rawdata_get_link_base()
|
/openbmc/linux/fs/fuse/ |
H A D | dir.c | 1628 set_delayed_call(callback, page_put_link, page); in fuse_get_link()
|
/openbmc/linux/mm/ |
H A D | shmem.c | 3558 set_delayed_call(done, shmem_put_link, folio); in shmem_get_link()
|
/openbmc/linux/fs/ |
H A D | namei.c | 5177 set_delayed_call(callback, page_put_link, page); in page_get_link()
|