Searched refs:kfree_link (Results 1 – 17 of 17) sorted by relevance
| /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()
|
| /linux-6.15/fs/ext4/ |
| H A D | symlink.c | 89 set_delayed_call(callback, kfree_link, inline_link); in ext4_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/ |
| H A D | libfs.c | 1624 void kfree_link(void *p) in kfree_link() function 1628 EXPORT_SYMBOL(kfree_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/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/include/linux/ |
| H A D | fs.h | 3472 extern void kfree_link(void *);
|