tag
line
file
source code
vfat_create_entry
1029
fs/vfat/namei.c
res = vfat_create_entry(dir,name,len,0,result);
vfat_create_entry
1319
fs/vfat/namei.c
if ((res = vfat_create_entry(dir,name,len,1,&inode)) < 0) {