Home
last modified time | relevance | path

Searched refs:kernfs_remove_self (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dkernfs.h389 bool kernfs_remove_self(struct kernfs_node *kn);
488 static inline bool kernfs_remove_self(struct kernfs_node *kn) in kernfs_remove_self() function
/kernel/linux/linux-6.6/include/linux/
H A Dkernfs.h438 bool kernfs_remove_self(struct kernfs_node *kn);
537 static inline bool kernfs_remove_self(struct kernfs_node *kn) in kernfs_remove_self() function
/kernel/linux/linux-5.10/fs/sysfs/
H A Dfile.c481 * See kernfs_remove_self() for details.
493 ret = kernfs_remove_self(kn); in sysfs_remove_file_self()
/kernel/linux/linux-6.6/fs/sysfs/
H A Dfile.c500 * See kernfs_remove_self() for details.
512 ret = kernfs_remove_self(kn); in sysfs_remove_file_self()
/kernel/linux/linux-5.10/fs/kernfs/
H A Ddir.c1311 * This is for kernfs_remove_self() which plays with active ref in __kernfs_remove()
1437 * kernfs_remove_self - remove a kernfs_node from its own method
1445 * implemented by invoking kernfs_remove_self() on the "delete" file
1448 * to modify the usual removal path to use kernfs_remove_self(). The
1449 * "delete" implementation can simply invoke kernfs_remove_self() on self
1453 * kernfs_remove_self() can be called multiple times concurrently on the
1457 * for the completion of not only the winning kernfs_remove_self() but also
1462 bool kernfs_remove_self(struct kernfs_node *kn) in kernfs_remove_self() function
1476 * of kernfs_remove_self() finished. in kernfs_remove_self()
/kernel/linux/linux-6.6/fs/kernfs/
H A Ddir.c1449 * This is for kernfs_remove_self() which plays with active ref in __kernfs_remove()
1578 * kernfs_remove_self - remove a kernfs_node from its own method
1586 * implemented by invoking kernfs_remove_self() on the "delete" file
1589 * to modify the usual removal path to use kernfs_remove_self(). The
1590 * "delete" implementation can simply invoke kernfs_remove_self() on self
1594 * kernfs_remove_self() can be called multiple times concurrently on the
1598 * for the completion of not only the winning kernfs_remove_self() but also
1605 bool kernfs_remove_self(struct kernfs_node *kn) in kernfs_remove_self() function
1620 * instance of kernfs_remove_self() finished. in kernfs_remove_self()

Completed in 10 milliseconds