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

/freebsd-10.0-release/sys/sys/
H A Dfiledesc.h45 struct filecaps { struct
54 struct filecaps fde_caps; /* per-descriptor rights */
134 void filecaps_init(struct filecaps *fcaps);
135 void filecaps_copy(const struct filecaps *src, struct filecaps *dst);
136 void filecaps_move(struct filecaps *src, struct filecaps *dst);
137 void filecaps_free(struct filecaps *fcaps);
148 struct filecaps *fcaps);
H A Dnamei.h80 struct filecaps ni_filecaps; /* rights the *at base has */
H A Dfile.h72 struct filecaps;
256 struct filecaps *havecaps, struct vnode **vpp);
/freebsd-10.0-release/sys/kern/
H A Dkern_descrip.c109 MALLOC_DEFINE(M_FILECAPS, "filecaps", "descriptor capabilities");
1396 * Initialize filecaps structure.
1399 filecaps_init(struct filecaps *fcaps)
1407 * Copy filecaps structure allocating memory for ioctls array if needed.
1410 filecaps_copy(const struct filecaps *src, struct filecaps *dst)
1426 * Move filecaps structure to the new place and clear the old place.
1429 filecaps_move(struct filecaps *src, struct filecaps *dst)
1437 * Fill the given filecaps structur
[all...]
H A Dvfs_syscalls.c1156 struct filecaps *fcaps;

Completed in 84 milliseconds