Home | History | Annotate | Download | only in src

Lines Matching refs:fsuse

1462 			struct cil_fsuse *fsuse = node->data;
1463 cil_log(CIL_INFO, "FSUSE: ");
1465 if (fsuse->type == CIL_FSUSE_XATTR) {
1467 } else if (fsuse->type == CIL_FSUSE_TASK) {
1469 } else if (fsuse->type == CIL_FSUSE_TRANS) {
1475 cil_log(CIL_INFO, "%s ", fsuse->fs_str);
1477 if (fsuse->context != NULL) {
1478 cil_tree_print_context(fsuse->context);
1480 cil_log(CIL_INFO, " %s", fsuse->context_str);