Searched refs:FSIOC_CAS_BSDFLAGS (Results 1 – 4 of 4) sorted by relevance
| /xnu-10002.61.3/bsd/sys/ |
| H A D | fsctl.h | 365 #define FSIOC_CAS_BSDFLAGS _IOWR('A', 20, struct fsioc_cas_bsdflags) macro
|
| /xnu-10002.61.3/bsd/kern/ |
| H A D | decmpfs.c | 2010 err = VNOP_IOCTL(vp, FSIOC_CAS_BSDFLAGS, (caddr_t)&cas, FWRITE, decmpfs_ctx);
|
| H A D | kern_descrip.c | 5167 case (int)FSIOC_CAS_BSDFLAGS: in sys_fcntl_nocancel()
|
| /xnu-10002.61.3/bsd/vfs/ |
| H A D | vfs_syscalls.c | 12465 return VNOP_IOCTL(vp, FSIOC_CAS_BSDFLAGS, arg, FWRITE, ctx); in cas_bsdflags_setattr() 12771 case FSIOC_CAS_BSDFLAGS: in fsctl_internal()
|