Searched refs:posix_flags (Results 1 – 3 of 3) sorted by relevance
417 u32 posix_flags = 0; in cifs_posix_convert_flags() local420 posix_flags = SMB_O_RDONLY; in cifs_posix_convert_flags()422 posix_flags = SMB_O_WRONLY; in cifs_posix_convert_flags()424 posix_flags = SMB_O_RDWR; in cifs_posix_convert_flags()427 posix_flags |= SMB_O_CREAT; in cifs_posix_convert_flags()429 posix_flags |= SMB_O_EXCL; in cifs_posix_convert_flags()435 posix_flags |= SMB_O_TRUNC; in cifs_posix_convert_flags()438 posix_flags |= SMB_O_SYNC; in cifs_posix_convert_flags()444 posix_flags |= SMB_O_DIRECT; in cifs_posix_convert_flags()446 return posix_flags; in cifs_posix_convert_flags()[all …]
496 u32 posix_flags, __u64 mode, __u16 *netfid,
891 __u32 posix_flags, __u64 mode, __u16 *netfid, in CIFSPOSIXCreate() argument938 pdata->PosixOpenFlags = cpu_to_le32(posix_flags); in CIFSPOSIXCreate()1000 if (posix_flags & SMB_O_DIRECTORY) in CIFSPOSIXCreate()