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

/linux-master/fs/
H A Dfhandle.c19 int __user *mnt_id, int fh_flags)
30 if (!exportfs_can_encode_fh(path->dentry->d_sb->s_export_op, fh_flags))
50 &handle_dwords, fh_flags);
100 int fh_flags; local
107 fh_flags = (flag & AT_HANDLE_FID) ? EXPORT_FH_FID : 0;
112 err = do_sys_name_to_handle(&path, handle, mnt_id, fh_flags);
17 do_sys_name_to_handle(const struct path *path, struct file_handle __user *ufh, int __user *mnt_id, int fh_flags) argument
/linux-master/include/linux/
H A Dexportfs.h282 int fh_flags)
288 if (fh_flags & EXPORT_FH_FID)
281 exportfs_can_encode_fh(const struct export_operations *nop, int fh_flags) argument
/linux-master/fs/nfsd/
H A Dnfsfh.h91 int fh_flags; /* FH flags */ member in struct:svc_fh
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.c418 int fh_flags = (exp->ex_flags & NFSEXP_NOSUBTREECHECK) ? 0 : local
421 exportfs_encode_fh(dentry, fid, &maxsize, fh_flags);
/linux-master/net/netfilter/
H A Dnft_inner.c139 int fh_flags = IP6_FH_F_AUTH; local
154 l4proto = ipv6_find_hdr(pkt->skb, &thoff, -1, &fragoff, &fh_flags);

Completed in 188 milliseconds