Lines Matching refs:sehnd
24 struct selabel_handle *sehnd; member
71 if (params->sehnd == NULL) in set_selinux_xattr()
81 retval = selabel_lookup(params->sehnd, &secontext, params->filename, in set_selinux_xattr()
290 struct selabel_handle *sehnd, in __android_configure_fs() argument
301 .sehnd = sehnd, in __android_configure_fs()
336 struct selabel_handle *sehnd = NULL; in android_configure_fs() local
341 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, nopt); in android_configure_fs()
342 if (!sehnd) { in android_configure_fs()
351 sehnd = selinux_android_file_context_handle(); in android_configure_fs()
352 if (!sehnd) { in android_configure_fs()
373 fs_config_func, sehnd, fixed_time, in android_configure_fs()