Searched refs:typeflag (Results 1 - 7 of 7) sorted by relevance

/linux-master/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);
/linux-master/fs/nfs_common/
H A Dnfsacl.c38 int typeflag; member in struct:nfsacl_encode_desc
58 *p++ = htonl(entry->e_tag | nfsacl_desc->typeflag);
88 * @typeflag: ACL type: NFS_ACL_DEFAULT or zero
93 struct posix_acl *acl, int encode_entries, int typeflag)
103 .typeflag = typeflag,
146 * @typeflag: ACL type: NFS_ACL_DEFAULT or zero
154 int typeflag)
165 .typeflag = typeflag,
92 nfsacl_encode(struct xdr_buf *buf, unsigned int base, struct inode *inode, struct posix_acl *acl, int encode_entries, int typeflag) argument
152 nfs_stream_encode_acl(struct xdr_stream *xdr, struct inode *inode, struct posix_acl *acl, int encode_entries, int typeflag) argument
[all...]
/linux-master/tools/perf/bench/
H A Dinject-buildid.c80 int typeflag, struct FTW *ftwbuf __maybe_unused)
85 if (typeflag == FTW_D || typeflag == FTW_SL)
79 add_dso(const char *fpath, const struct stat *sb __maybe_unused, int typeflag, struct FTW *ftwbuf __maybe_unused) argument
/linux-master/tools/bpf/bpftool/
H A Dcgroup.c369 int typeflag, struct FTW *ftw)
375 if (typeflag != FTW_D)
368 do_show_tree_fn(const char *fpath, const struct stat *sb, int typeflag, struct FTW *ftw) argument
H A Dcommon.c474 int typeflag, struct FTW *ftwbuf)
482 if (typeflag != FTW_F)
473 do_build_table_cb(const char *fpath, const struct stat *sb, int typeflag, struct FTW *ftwbuf) argument
/linux-master/tools/perf/util/
H A Dcgroup.c217 int typeflag, struct FTW *ftwbuf __maybe_unused)
221 if (typeflag != FTW_D)
216 add_cgroup_name(const char *fpath, const struct stat *sb __maybe_unused, int typeflag, struct FTW *ftwbuf __maybe_unused) argument
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.c34 char typeflag; member in struct:tar_hdr_t
451 if (tar_blk->hdr.typeflag == REGTYPE ||
452 tar_blk->hdr.typeflag == AREGTYPE) {

Completed in 138 milliseconds