Lines Matching refs:filecaps
117 static u_long *filecaps_copy_prep(const struct filecaps *src);
118 static void filecaps_copy_finish(const struct filecaps *src,
119 struct filecaps *dst, u_long *ioctls);
120 static u_long *filecaps_free_prep(struct filecaps *fcaps);
1837 filecaps_copy(const struct filecaps *src, struct filecaps *dst, bool locked) in filecaps_copy()
1857 filecaps_copy_prep(const struct filecaps *src) in filecaps_copy_prep()
1874 filecaps_copy_finish(const struct filecaps *src, struct filecaps *dst, in filecaps_copy_finish()
1894 filecaps_move(struct filecaps *src, struct filecaps *dst) in filecaps_move()
1905 filecaps_fill(struct filecaps *fcaps) in filecaps_fill()
1918 filecaps_free_ioctl(struct filecaps *fcaps) in filecaps_free_ioctl()
1926 filecaps_free(struct filecaps *fcaps) in filecaps_free()
1934 filecaps_free_prep(struct filecaps *fcaps) in filecaps_free_prep()
1954 filecaps_validate(const struct filecaps *fcaps, const char *func) in filecaps_validate()
2181 struct filecaps *fcaps) in falloc_caps()
2257 struct filecaps *fcaps) in _finstall()
2283 struct filecaps *fcaps) in finstall_refed()
2301 struct filecaps *fcaps) in finstall()
2993 struct file **fpp, struct filecaps *havecapsp) in fget_cap_noref()
3026 uint8_t *flagsp, struct file **fpp, struct filecaps *havecapsp) in fget_cap()
3067 uint8_t *flagsp, struct file **fpp, struct filecaps *havecapsp) in fget_cap()
3787 struct filecaps *havecaps, struct vnode **vpp) in fgetvp_rights()
3789 struct filecaps caps; in fgetvp_rights()