MCPcopy Create free account
hub / github.com/F-Stack/f-stack / fo_get_seals

Function fo_get_seals

freebsd/sys/file.h:455–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453}
454
455static __inline int
456fo_get_seals(struct file *fp, int *seals)
457{
458
459 if (fp->f_ops->fo_get_seals == NULL)
460 return (EINVAL);
461 return ((*fp->f_ops->fo_get_seals)(fp, seals));
462}
463
464static __inline int
465fo_fallocate(struct file *fp, off_t offset, off_t len, struct thread *td)

Callers 1

kern_fcntlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected