Searched refs:cf_mode (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dinode.c138 inode->i_mode = fattr->cf_mode;
197 fattr->cf_mode = le64_to_cpu(info->Permissions);
203 fattr->cf_mode &= ~S_IFMT;
206 fattr->cf_mode |= S_IFREG;
210 fattr->cf_mode |= S_IFLNK;
214 fattr->cf_mode |= S_IFDIR;
218 fattr->cf_mode |= S_IFCHR;
224 fattr->cf_mode |= S_IFBLK;
230 fattr->cf_mode |= S_IFIFO;
234 fattr->cf_mode |
[all...]
H A Dcifsacl.c344 fattr->cf_mode |= S_IRWXUGO;
361 fattr->cf_mode &= ~(S_IRWXUGO);
383 &fattr->cf_mode,
388 &fattr->cf_mode,
393 &fattr->cf_mode,
H A Dreaddir.c127 fattr->cf_mode = S_IFDIR | cifs_sb->mnt_dir_mode;
130 fattr->cf_mode = S_IFREG | cifs_sb->mnt_file_mode;
135 fattr->cf_mode &= ~S_IWUGO;
140 fattr->cf_mode &= ~S_IFMT;
141 fattr->cf_mode |= S_IFIFO;
H A Dcifsglob.h516 umode_t cf_mode; member in struct:cifs_fattr

Completed in 41 milliseconds