Home | History | Annotate | Download | only in ext4_utils

Lines Matching refs:sehnd

103 		struct selabel_handle *sehnd)
161 if (sehnd) {
164 if (selabel_lookup(sehnd, &dentries[i].secon, sepath, stat.st_mode) < 0) {
205 dentries[i].path, inode, fs_config_func, sehnd);
305 const char *mountpoint, struct selabel_handle *sehnd)
319 status = make_ext4fs_internal(fd, NULL, mountpoint, NULL, 0, 0, 0, 1, 0, sehnd);
327 int crc, int wipe, int init_itabs, struct selabel_handle *sehnd)
422 fs_config_func, sehnd);
431 if (sehnd) {
441 if (selabel_lookup(sehnd, &secontext, sepath, S_IFDIR) < 0) {