Home
last modified time | relevance | path

Searched refs:SHAREFS_D (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/sharefs/
H A Dsharefs.h110 #define SHAREFS_D(dent) ((struct sharefs_dentry_info *)(dent)->d_fsdata) macro
163 spin_lock(&SHAREFS_D(dent)->lock); in sharefs_get_lower_path()
164 pathcpy(lower_path, &SHAREFS_D(dent)->lower_path); in sharefs_get_lower_path()
166 spin_unlock(&SHAREFS_D(dent)->lock); in sharefs_get_lower_path()
178 spin_lock(&SHAREFS_D(dent)->lock); in sharefs_set_lower_path()
179 pathcpy(&SHAREFS_D(dent)->lower_path, lower_path); in sharefs_set_lower_path()
180 spin_unlock(&SHAREFS_D(dent)->lock); in sharefs_set_lower_path()
185 spin_lock(&SHAREFS_D(dent)->lock); in sharefs_reset_lower_path()
186 SHAREFS_D(dent)->lower_path.dentry = NULL; in sharefs_reset_lower_path()
187 SHAREFS_D(den in sharefs_reset_lower_path()
[all...]
H A Ddentry.c30 if (SHAREFS_D(dentry)) { in sharefs_d_release()
H A Dlookup.c45 struct sharefs_dentry_info *info = SHAREFS_D(dentry); in new_dentry_private_data()
/kernel/linux/linux-6.6/fs/sharefs/
H A Dsharefs.h111 #define SHAREFS_D(dent) ((struct sharefs_dentry_info *)(dent)->d_fsdata) macro
164 spin_lock(&SHAREFS_D(dent)->lock); in sharefs_get_lower_path()
165 pathcpy(lower_path, &SHAREFS_D(dent)->lower_path); in sharefs_get_lower_path()
167 spin_unlock(&SHAREFS_D(dent)->lock); in sharefs_get_lower_path()
179 spin_lock(&SHAREFS_D(dent)->lock); in sharefs_set_lower_path()
180 pathcpy(&SHAREFS_D(dent)->lower_path, lower_path); in sharefs_set_lower_path()
181 spin_unlock(&SHAREFS_D(dent)->lock); in sharefs_set_lower_path()
186 spin_lock(&SHAREFS_D(dent)->lock); in sharefs_reset_lower_path()
187 SHAREFS_D(dent)->lower_path.dentry = NULL; in sharefs_reset_lower_path()
188 SHAREFS_D(den in sharefs_reset_lower_path()
[all...]
H A Ddentry.c30 if (SHAREFS_D(dentry)) { in sharefs_d_release()
H A Dlookup.c45 struct sharefs_dentry_info *info = SHAREFS_D(dentry); in new_dentry_private_data()

Completed in 3 milliseconds