]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/nfs/nfs_ioctl.h
xnu-3789.70.16.tar.gz
[apple/xnu.git] / bsd / nfs / nfs_ioctl.h
index 9b2cbb5ff61fa5d909db8ff5665d21b237cfd12c..ff4f3eaaeeaf03b3b693bc553a47133e676b28c8 100644 (file)
@@ -69,6 +69,7 @@ struct user_nfs_gss_principal
 
 /* If no credential was found returned NFS_IOC_NO_CRED_FLAG in the flags field. */
 #define NFS_IOC_NO_CRED_FLAG           1       /* No credential was found */
 
 /* If no credential was found returned NFS_IOC_NO_CRED_FLAG in the flags field. */
 #define NFS_IOC_NO_CRED_FLAG           1       /* No credential was found */
+#define NFS_IOC_INVALID_CRED_FLAG      2       /* Found a credential, but its not valid */
 
 #define NFS_IOC_SET_CRED               _IOW('n', 2, struct nfs_gss_principal)
 #define NFS_FSCTL_SET_CRED             IOCBASECMD(NFS_IOC_SET_CRED)
 
 #define NFS_IOC_SET_CRED               _IOW('n', 2, struct nfs_gss_principal)
 #define NFS_FSCTL_SET_CRED             IOCBASECMD(NFS_IOC_SET_CRED)