Home
last modified time | relevance | path

Searched refs:S_ISREG (Results 1 – 11 of 11) sorted by relevance

/tools/testing/selftests/ublk/
A Dcommon.c40 if (S_ISREG(st.st_mode)) in backing_file_tgt_init()
/tools/perf/util/
A Dpath.c55 return S_ISREG(st.st_mode); in is_regular_file()
A Ddata.c123 if (!S_ISREG(st.st_mode) || strncmp(dent->d_name, "data.", 5)) in perf_data__open_dir()
/tools/perf/trace/beauty/include/uapi/linux/
A Dstat.h22 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/tools/include/uapi/linux/
A Dstat.h22 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/tools/include/nolibc/
A Dtypes.h42 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
/tools/bpf/
A Dbpf_jit_disasm.c142 if (ret < 0 || !S_ISREG(fi.st_mode)) in get_flog_buff()
A Dbpf_dbg.c961 if (!S_ISREG(sb.st_mode)) { in try_load_pcap()
/tools/lib/subcmd/
A Dhelp.c167 !S_ISREG(st.st_mode)) in is_executable()
/tools/perf/
A Dbuiltin-help.c397 || !S_ISREG(st.st_mode)) { in get_html_page_path()
/tools/mm/
A Dpage-types.c1068 if (S_ISREG(st->st_mode)) in walk_tree()
1089 if (S_ISREG(st.st_mode)) { in walk_page_cache()

Completed in 18 milliseconds