Home
last modified time | relevance | path

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

/linux-4.4.14/fs/configfs/
Dconfigfs_internal.h39 int s_dependent_count; member
Ddir.c1109 p->s_dependent_count += 1; in configfs_depend_item()
1143 BUG_ON(sd->s_dependent_count < 1); in configfs_undepend_item()
1145 sd->s_dependent_count -= 1; in configfs_undepend_item()
1371 ret = sd->s_dependent_count ? -EBUSY : 0; in configfs_rmdir()