Searched refs:posix_flags (Results 1 – 2 of 2) sorted by relevance
442 u32 posix_flags = 0; in cifs_posix_convert_flags() local445 posix_flags = SMB_O_RDONLY; in cifs_posix_convert_flags()447 posix_flags = SMB_O_WRONLY; in cifs_posix_convert_flags()449 posix_flags = SMB_O_RDWR; in cifs_posix_convert_flags()452 posix_flags |= SMB_O_CREAT; in cifs_posix_convert_flags()454 posix_flags |= SMB_O_EXCL; in cifs_posix_convert_flags()460 posix_flags |= SMB_O_TRUNC; in cifs_posix_convert_flags()463 posix_flags |= SMB_O_SYNC; in cifs_posix_convert_flags()465 posix_flags |= SMB_O_DIRECTORY; in cifs_posix_convert_flags()467 posix_flags |= SMB_O_NOFOLLOW; in cifs_posix_convert_flags()[all …]
1056 __u32 posix_flags, __u64 mode, __u16 *netfid, in CIFSPOSIXCreate() argument1104 pdata->PosixOpenFlags = cpu_to_le32(posix_flags); in CIFSPOSIXCreate()1167 if (posix_flags & SMB_O_DIRECTORY) in CIFSPOSIXCreate()