Searched refs:typeflag (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/nfs_common/ |
H A D | nfsacl.c | 38 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 D | 0004-Fix-invalid-memory-de-reference-issue.patch | 23 #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 D | nfsacl.h | 37 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 D | inject-buildid.c | 80 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 D | cgroup.c | 367 int typeflag, struct FTW *ftw) in do_show_tree_fn() argument 373 if (typeflag != FTW_D) in do_show_tree_fn()
|
H A D | common.c | 546 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 D | cgroup.c | 209 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 D | otx_cptpf_ucode.c | 34 char typeflag; member 451 if (tar_blk->hdr.typeflag == REGTYPE || in load_tar_archive() 452 tar_blk->hdr.typeflag == AREGTYPE) { in load_tar_archive()
|