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

/linux-master/include/linux/
H A Dkernfs.h441 bool kernfs_remove_self(struct kernfs_node *kn);
540 static inline bool kernfs_remove_self(struct kernfs_node *kn) function
/linux-master/fs/sysfs/
H A Dfile.c515 * See kernfs_remove_self() for details.
527 ret = kernfs_remove_self(kn);
/linux-master/fs/kernfs/
H A Ddir.c1458 * This is for kernfs_remove_self() which plays with active ref
1587 * kernfs_remove_self - remove a kernfs_node from its own method
1595 * implemented by invoking kernfs_remove_self() on the "delete" file
1598 * to modify the usual removal path to use kernfs_remove_self(). The
1599 * "delete" implementation can simply invoke kernfs_remove_self() on self
1603 * kernfs_remove_self() can be called multiple times concurrently on the
1607 * for the completion of not only the winning kernfs_remove_self() but also
1614 bool kernfs_remove_self(struct kernfs_node *kn) function
1629 * instance of kernfs_remove_self() finished.

Completed in 156 milliseconds