Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dfhandle.c19 int __user *mnt_id, int fh_flags) in do_sys_name_to_handle() argument
33 (!(fh_flags & EXPORT_FH_FID) && in do_sys_name_to_handle()
54 &handle_dwords, fh_flags); in do_sys_name_to_handle()
104 int fh_flags; in SYSCALL_DEFINE5() local
111 fh_flags = (flag & AT_HANDLE_FID) ? EXPORT_FH_FID : 0; in SYSCALL_DEFINE5()
116 err = do_sys_name_to_handle(&path, handle, mnt_id, fh_flags); in SYSCALL_DEFINE5()
/openbmc/linux/fs/nfsd/
H A Dnfsfh.h91 int fh_flags; /* FH flags */ member
110 #define SET_FH_FLAG(c, f) ((c)->fh_flags |= (f))
111 #define HAS_FH_FLAG(c, f) ((c)->fh_flags & (f))
H A Dnfsfh.c417 int fh_flags = (exp->ex_flags & NFSEXP_NOSUBTREECHECK) ? 0 : in _fh_update() local
420 exportfs_encode_fh(dentry, fid, &maxsize, fh_flags); in _fh_update()
/openbmc/linux/net/netfilter/
H A Dnft_inner.c139 int fh_flags = IP6_FH_F_AUTH; in nft_inner_parse_l2l3() local
154 l4proto = ipv6_find_hdr(pkt->skb, &thoff, -1, &fragoff, &fh_flags); in nft_inner_parse_l2l3()