Searched refs:posix_flags (Results 1 – 3 of 3) sorted by relevance
68 u32 posix_flags = 0; in cifs_posix_convert_flags() local71 posix_flags = SMB_O_RDONLY; in cifs_posix_convert_flags()73 posix_flags = SMB_O_WRONLY; in cifs_posix_convert_flags()75 posix_flags = SMB_O_RDWR; in cifs_posix_convert_flags()78 posix_flags |= SMB_O_CREAT; in cifs_posix_convert_flags()80 posix_flags |= SMB_O_EXCL; in cifs_posix_convert_flags()86 posix_flags |= SMB_O_TRUNC; in cifs_posix_convert_flags()89 posix_flags |= SMB_O_SYNC; in cifs_posix_convert_flags()91 posix_flags |= SMB_O_DIRECTORY; in cifs_posix_convert_flags()93 posix_flags |= SMB_O_NOFOLLOW; in cifs_posix_convert_flags()[all …]
441 u32 posix_flags, __u64 mode, __u16 *netfid,
1053 __u32 posix_flags, __u64 mode, __u16 *netfid, in CIFSPOSIXCreate() argument1099 pdata->PosixOpenFlags = cpu_to_le32(posix_flags); in CIFSPOSIXCreate()1161 if (posix_flags & SMB_O_DIRECTORY) in CIFSPOSIXCreate()