Home
last modified time | relevance | path

Searched refs:fh_flags (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/fs/
H A Dfhandle.c19 int __user *mnt_id, int fh_flags) in do_sys_name_to_handle()
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()
17 do_sys_name_to_handle(const struct path *path, struct file_handle __user *ufh, int __user *mnt_id, int fh_flags) do_sys_name_to_handle() argument
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfsfh.h38 int fh_flags; /* FH flags */ member
60 #define SET_FH_FLAG(c, f) ((c)->fh_flags |= (f))
61 #define HAS_FH_FLAG(c, f) ((c)->fh_flags & (f))
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()

Completed in 6 milliseconds