Home
last modified time | relevance | path

Searched refs:CIFS_DIR_SEP (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/fs/cifs/
Ddir.c73 full_path[dfsplen] = CIFS_DIR_SEP(cifs_sb); in cifs_build_path_to_root()
75 convert_delimiter(full_path, CIFS_DIR_SEP(cifs_sb)); in cifs_build_path_to_root()
104 dirsep = CIFS_DIR_SEP(cifs_sb); in build_path_from_dentry_optional_prefix()
179 full_path[dfsplen+1+i] = CIFS_DIR_SEP(cifs_sb); in build_path_from_dentry_optional_prefix()
Dcifsglob.h1444 static inline char CIFS_DIR_SEP(const struct cifs_sb_info *cifs_sb) in CIFS_DIR_SEP() function
Dcifsfs.c720 sep = CIFS_DIR_SEP(cifs_sb); in cifs_get_root()
Dconnect.c4345 *pos = CIFS_DIR_SEP(cifs_sb); in build_unc_path_to_root()
4351 convert_delimiter(full_path, CIFS_DIR_SEP(cifs_sb)); in build_unc_path_to_root()
4621 sep = CIFS_DIR_SEP(cifs_sb); in cifs_are_all_path_components_accessible()
Dinode.c1100 convert_delimiter(path, CIFS_DIR_SEP(cifs_sb));
Dcifssmb.c4537 pSMB->FileName[name_len] = CIFS_DIR_SEP(cifs_sb); in CIFSFindFirst()
4553 pSMB->FileName[name_len-1] = CIFS_DIR_SEP(cifs_sb); in CIFSFindFirst()