Home
last modified time | relevance | path

Searched refs:adjust_tz (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2inode.c508 FILE_ALL_INFO *data, bool *adjust_tz, bool *reparse) in smb2_query_path_info() argument
517 *adjust_tz = false; in smb2_query_path_info()
572 struct smb311_posix_qinfo *data, bool *adjust_tz, bool *reparse) in smb311_posix_query_path_info() argument
579 *adjust_tz = false; in smb311_posix_query_path_info()
H A Dinode.c604 struct super_block *sb, bool adjust_tz, bool symlink) argument
623 if (adjust_tz) {
660 struct super_block *sb, bool adjust_tz, argument
679 if (adjust_tz) {
928 bool adjust_tz = false; local
960 &adjust_tz, &is_reparse_point);
981 cifs_all_info_to_fattr(&fattr, data, sb, adjust_tz,
1125 bool adjust_tz = false; local
1153 &adjust_tz, &symlink);
1161 smb311_posix_info_to_fattr(&fattr, data, sb, adjust_tz, symlink);
H A Dsmb2proto.h86 bool *adjust_tz, bool *symlink);