Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dfhandle.c20 int fh_flags) in do_sys_name_to_handle() argument
31 if (!exportfs_can_encode_fh(path->dentry->d_sb->s_export_op, fh_flags)) in do_sys_name_to_handle()
51 &handle_dwords, fh_flags); in do_sys_name_to_handle()
112 int fh_flags; in SYSCALL_DEFINE5() local
120 fh_flags = (flag & AT_HANDLE_FID) ? EXPORT_FH_FID : 0; in SYSCALL_DEFINE5()
127 fh_flags); in SYSCALL_DEFINE5()
161 unsigned int fh_flags; member
227 ctx->fh_flags, in do_handle_to_path()
280 ctx->fh_flags = EXPORT_FH_DIR_ONLY; in may_decode_fh()
/linux-6.12.1/fs/nfsd/
Dnfsfh.h93 int fh_flags; /* FH flags */ member
112 #define SET_FH_FLAG(c, f) ((c)->fh_flags |= (f))
113 #define HAS_FH_FLAG(c, f) ((c)->fh_flags & (f))
Dnfsfh.c467 int fh_flags = (exp->ex_flags & NFSEXP_NOSUBTREECHECK) ? 0 : in _fh_update() local
470 exportfs_encode_fh(dentry, fid, &maxsize, fh_flags); in _fh_update()
/linux-6.12.1/include/linux/
Dexportfs.h283 int fh_flags) in exportfs_can_encode_fh() argument
289 if (fh_flags & EXPORT_FH_FID) in exportfs_can_encode_fh()
/linux-6.12.1/net/netfilter/
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()