Home
last modified time | relevance | path

Searched refs:s_dependent_count (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/configfs/
Dconfigfs_internal.h34 int s_dependent_count; member
Ddir.c1107 p->s_dependent_count += 1; in configfs_do_depend_item()
1195 BUG_ON(sd->s_dependent_count < 1); in configfs_undepend_item()
1197 sd->s_dependent_count -= 1; in configfs_undepend_item()
1505 ret = sd->s_dependent_count ? -EBUSY : 0; in configfs_rmdir()