Searched refs:ex_flags (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | fastops_test.c | 31 u64 flags, ex_flags; \ 33 guest_execute_fastop_1("", insn, ex_val, ex_flags); \ 39 __GUEST_ASSERT(flags == ex_flags, \ 41 ex_flags, insn, (u64)input, flags); \ 55 u64 flags, ex_flags; \ 57 guest_execute_fastop_2("", insn, input, ex_output, ex_flags); \ 64 __GUEST_ASSERT(flags == ex_flags, \ 66 ex_flags, insn, (u64)input, (u64)input2, flags); \ 81 u64 flags, ex_flags; \ 83 guest_execute_fastop_cl("", insn, shift, ex_output, ex_flags); \ [all …]
|
| /linux/fs/nfsd/ |
| H A D | export.h | 67 int ex_flags; member 99 #define EX_ISSYNC(exp) (!((exp)->ex_flags & NFSEXP_ASYNC)) 100 #define EX_NOHIDE(exp) ((exp)->ex_flags & NFSEXP_NOHIDE) 101 #define EX_WGATHER(exp) ((exp)->ex_flags & NFSEXP_GATHERED_WRITES)
|
| H A D | export.c | 562 if (~NFSEXP_SECINFO_FLAGS & (f->flags ^ exp->ex_flags)) in secinfo_parse() 674 exp.ex_flags= an_int; in svc_export_parse() 713 err = check_export(&exp.ex_path, &exp.ex_flags, exp.ex_uuid); in svc_export_parse() 813 exp_flags(m, exp->ex_flags, exp->ex_fsid, in svc_export_show() 861 new->ex_flags = item->ex_flags; in export_update() 1427 if (!secinfo_flags_equal(flags, exp->ex_flags)) in show_secinfo()
|
| H A D | auth.c | 17 return exp->ex_flags; in nfsexp_flags()
|
| H A D | nfs4xdr.c | 3250 if (!(args->exp->ex_flags & NFSEXP_NOSUBTREECHECK)) in nfsd4_encode_fattr4_fh_expire_type() 3260 if (unlikely(exp->ex_flags & NFSEXP_V4ROOT)) { in nfsd4_encode_fattr4_change() 3988 if (exp->ex_flags & NFSEXP_SECURITY_LABEL) in nfsd4_encode_fattr4() 4183 if (!(exp->ex_flags & NFSEXP_V4ROOT) in nfsd4_encode_entry4_fattr() 4279 if (cd->rd_fhp->fh_export->ex_flags & NFSEXP_V4ROOT) in nfsd4_encode_entry4()
|