Home
last modified time | relevance | path

Searched refs:lc (Results 1 – 5 of 5) sorted by relevance

/fs/affs/
Dsymlink.c22 char lc; in affs_symlink_readpage() local
33 lc = 0; in affs_symlink_readpage()
48 lc = '/'; in affs_symlink_readpage()
51 if (c == '/' && lc == '/' && i < 1020) { /* parent dir */ in affs_symlink_readpage()
56 lc = c; in affs_symlink_readpage()
Dnamei.c334 char c, lc; in affs_symlink() local
355 lc = '/'; in affs_symlink()
366 if (c == '.' && lc == '/' && *symname == '.' && symname[1] == '/') { in affs_symlink()
370 lc = '/'; in affs_symlink()
371 } else if (c == '.' && lc == '/' && *symname == '/') { in affs_symlink()
373 lc = '/'; in affs_symlink()
376 lc = c; in affs_symlink()
379 if (lc == '/') in affs_symlink()
/fs/hpfs/
Dname.c54 unsigned len, int lc, int lng) in hpfs_translate_name() argument
64 if (!lc) return from; in hpfs_translate_name()
Ddir.c64 int lc; in hpfs_readdir() local
105 lc = hpfs_sb(inode->i_sb)->sb_lowercase; in hpfs_readdir()
162 tempname = hpfs_translate_name(inode->i_sb, de->name, de->namelen, lc, de->not_8x3); in hpfs_readdir()
/fs/yaffs2/
Dyaffs_vfs.c329 struct yaffs_linux_context *lc = yaffs_dev_to_lc(dev); in yaffs_set_super_dirty_val() local
331 if (lc) in yaffs_set_super_dirty_val()
332 lc->dirty = val; in yaffs_set_super_dirty_val()
336 struct super_block *sb = lc->super; in yaffs_set_super_dirty_val()
357 struct yaffs_linux_context *lc = yaffs_dev_to_lc(dev); in yaffs_check_super_dirty() local
359 if (lc && lc->dirty) in yaffs_check_super_dirty()
364 struct super_block *sb = lc->super; in yaffs_check_super_dirty()