Searched refs:mounts (Results 1 – 16 of 16) sorted by relevance
26 TRACEFS=`grep -m 1 -w tracefs /proc/mounts | cut -f 2 -d " "`28 if ! grep -wq debugfs /proc/mounts; then32 TRACEFS=`grep -m 1 -w debugfs /proc/mounts | cut -f 2 -d " "`/tracing
52 TRACEFS=`grep -m 1 -w tracefs /proc/mounts | cut -f 2 -d " "`54 if ! grep -wq debugfs /proc/mounts; then58 TRACEFS=`grep -m 1 -w debugfs /proc/mounts | cut -f 2 -d " "`/tracing
116 FILE *mounts; in vss_operate() local135 mounts = setmntent("/proc/mounts", "r"); in vss_operate()136 if (mounts == NULL) in vss_operate()139 while ((ent = getmntent(mounts))) { in vss_operate()167 endmntent(mounts); in vss_operate()186 endmntent(mounts); in vss_operate()
23 mount_info=`grep pstore /proc/mounts`30 mount_point=`grep pstore /proc/mounts | cut -d' ' -f2 | head -n1`
20 FILE *mounts; in find_resctrl_mount() local23 mounts = fopen("/proc/mounts", "r"); in find_resctrl_mount()24 if (!mounts) { in find_resctrl_mount()28 while (!feof(mounts)) { in find_resctrl_mount()29 if (!fgets(line, 256, mounts)) in find_resctrl_mount()43 fclose(mounts); in find_resctrl_mount()50 fclose(mounts); in find_resctrl_mount()
9 SECURITYFS=$(grep "securityfs" /proc/mounts | awk '{print $2}')48 if ! grep -q "^\S\+ $efivarfs efivarfs" /proc/mounts; then
6 DEBUFS_DIR=`cat /proc/mounts | grep debugfs | awk '{print $2}'`
93 const char * const * const mounts; member110 .mounts = lower_name##__known_mountpoints, \193 ptr = fs->mounts; in fs__check_mounts()267 return getenv(upper_name) ?: *fs->mounts; in mount_overload()
6 SYSFS=`grep -w sysfs /proc/mounts | cut -f2 -d' '`
51 DEBUGFS=$(grep -w debugfs /proc/mounts | cut -f2 -d' ')
21 local securityfs_dir=$(grep "securityfs" /proc/mounts | awk '{print $2}')
11 BPF_FS=$(awk '$3 == "bpf" {print $2; exit}' /proc/mounts)
13 BPF_FS_PARENT=$(awk '$3 == "bpf" {print $2; exit}' /proc/mounts)
161 TRACING_DIR=`grep tracefs /proc/mounts | cut -f2 -d' ' | head -1`163 DEBUGFS_DIR=`grep debugfs /proc/mounts | cut -f2 -d' ' | head -1`
25 if ! grep -q "^\S\+ $efivarfs_mount efivarfs" /proc/mounts; then
201 …$4 ~ /cpuset/ { print $2; exit (match($4, /noprefix/) > 0) }' /proc/self/mounts) || cpusetprefix=''
Completed in 23 milliseconds