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`
17 FILE *mounts; in find_resctrl_mount() local20 mounts = fopen("/proc/mounts", "r"); in find_resctrl_mount()21 if (!mounts) { in find_resctrl_mount()25 while (!feof(mounts)) { in find_resctrl_mount()26 if (!fgets(line, 256, mounts)) in find_resctrl_mount()40 fclose(mounts); in find_resctrl_mount()47 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}'`
92 const char * const * const mounts; member109 .mounts = lower_name##__known_mountpoints, \192 ptr = fs->mounts; in fs__check_mounts()266 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)
23 BPF_FS=$(awk '$3 == "bpf" {print $2; exit}' /proc/mounts)
25 if ! grep -q "^\S\+ $efivarfs_mount efivarfs" /proc/mounts; then
452 FILE *mounts = NULL; in tracing_folder() local456 TEST(mounts = fopen("/proc/mounts", "re"), mounts); in tracing_folder()457 while (getline(&line, &size, mounts) != -1) { in tracing_folder()471 fclose(mounts); in tracing_folder()
161 TRACING_DIR=`grep tracefs /proc/mounts | cut -f2 -d' ' | head -1`163 DEBUGFS_DIR=`grep debugfs /proc/mounts | cut -f2 -d' ' | head -1`