Home
last modified time | relevance | path

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

/linux/fs/configfs/
H A Dsymlink.c26 do { depth++; } while ((p = p->ci_parent) && !configfs_is_root(p)); in item_depth()
37 } while (p && !configfs_is_root(p)); in item_path_length()
46 for (p = item; p && !configfs_is_root(p); p = p->ci_parent) { in fill_item_path()
H A Dmount.c50 int configfs_is_root(struct config_item *item) in configfs_is_root() function