Home
last modified time | relevance | path

Searched refs:typeflag (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/fs/nfs_common/
Dnfsacl.c37 int typeflag; member
57 *p++ = htonl(entry->e_tag | nfsacl_desc->typeflag); in xdr_nfsace_encode()
92 struct posix_acl *acl, int encode_entries, int typeflag) in nfsacl_encode() argument
102 .typeflag = typeflag, in nfsacl_encode()
/Linux-v4.19/include/linux/
Dnfsacl.h37 struct posix_acl *acl, int encode_entries, int typeflag);
/Linux-v4.19/tools/perf/pmu-events/
Djevents.c919 int typeflag, struct FTW *ftwbuf) in preprocess_arch_std_files() argument
922 int is_file = typeflag == FTW_F; in preprocess_arch_std_files()
931 int typeflag, struct FTW *ftwbuf) in process_one_file() argument
934 int is_dir = typeflag == FTW_D; in process_one_file()
935 int is_file = typeflag == FTW_F; in process_one_file()
/Linux-v4.19/tools/bpf/bpftool/
Dcgroup.c204 int typeflag, struct FTW *ftw) in do_show_tree_fn() argument
210 if (typeflag != FTW_D) in do_show_tree_fn()