Home
last modified time | relevance | path

Searched refs:sfsb (Results 1 - 1 of 1) sorted by relevance

/third_party/selinux/libselinux/src/
H A Dselinux_restorecon.c900 struct statfs sfsb; member
981 if (state->sfsb.f_type == SYSFS_MAGIC && in selinux_restorecon_thread()
1269 memset(&state.sfsb, 0, sizeof(state.sfsb)); in selinux_restorecon_common()
1270 if (!S_ISLNK(sb.st_mode) && statfs(pathname, &state.sfsb) < 0) { in selinux_restorecon_common()
1279 if (state.sfsb.f_type == RAMFS_MAGIC || state.sfsb.f_type == TMPFS_MAGIC || in selinux_restorecon_common()
1280 state.sfsb.f_type == SYSFS_MAGIC) in selinux_restorecon_common()
1560 struct statfs sfsb; in selinux_restorecon_xattr() local
1582 if (statfs(pathname, &sfsb) in selinux_restorecon_xattr()
[all...]

Completed in 3 milliseconds