Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs_common/
H A Dnfsacl.c38 int typeflag; member
58 *p++ = htonl(entry->e_tag | nfsacl_desc->typeflag); in xdr_nfsace_encode()
93 struct posix_acl *acl, int encode_entries, int typeflag) in nfsacl_encode() argument
103 .typeflag = typeflag, in nfsacl_encode()
154 int typeflag) in nfs_stream_encode_acl() argument
165 .typeflag = typeflag, in nfs_stream_encode_acl()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/
H A D0004-Fix-invalid-memory-de-reference-issue.patch23 #define TH_ISDIR(t) ((t)->th_buf.typeflag == DIRTYPE \
25 || ((t)->th_buf.typeflag == AREGTYPE \
28 #define TH_ISFIFO(t) ((t)->th_buf.typeflag == FIFOTYPE \
/openbmc/linux/include/linux/
H A Dnfsacl.h37 struct posix_acl *acl, int encode_entries, int typeflag);
46 struct posix_acl *acl, int encode_entries, int typeflag);
/openbmc/linux/tools/perf/bench/
H A Dinject-buildid.c80 int typeflag, struct FTW *ftwbuf __maybe_unused) in add_dso() argument
85 if (typeflag == FTW_D || typeflag == FTW_SL) in add_dso()
/openbmc/linux/tools/bpf/bpftool/
H A Dcgroup.c367 int typeflag, struct FTW *ftw) in do_show_tree_fn() argument
373 if (typeflag != FTW_D) in do_show_tree_fn()
H A Dcommon.c546 int typeflag, struct FTW *ftwbuf) in do_build_table_cb() argument
554 if (typeflag != FTW_F) in do_build_table_cb()
/openbmc/linux/tools/perf/util/
H A Dcgroup.c209 int typeflag, struct FTW *ftwbuf __maybe_unused) in add_cgroup_name() argument
213 if (typeflag != FTW_D) in add_cgroup_name()
/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.c34 char typeflag; member
451 if (tar_blk->hdr.typeflag == REGTYPE || in load_tar_archive()
452 tar_blk->hdr.typeflag == AREGTYPE) { in load_tar_archive()