Searched refs:FSIOC_CAS_BSDFLAGS (Results 1 – 4 of 4) sorted by relevance
| /xnu-8796.121.2/bsd/sys/ |
| H A D | fsctl.h | 368 #define FSIOC_CAS_BSDFLAGS _IOWR('A', 20, struct fsioc_cas_bsdflags) macro
|
| /xnu-8796.121.2/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 | 5116 case (int)FSIOC_CAS_BSDFLAGS: in sys_fcntl_nocancel()
|
| /xnu-8796.121.2/bsd/vfs/ |
| H A D | vfs_syscalls.c | 12394 return VNOP_IOCTL(vp, FSIOC_CAS_BSDFLAGS, arg, FWRITE, ctx); in cas_bsdflags_setattr() 12694 case FSIOC_CAS_BSDFLAGS: in fsctl_internal()
|