Home
last modified time | relevance | path

Searched refs:NTFS_INO2VOL (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/ntfs/ !
Dfs.c196 err = ntfs_encodeuni(NTFS_INO2VOL(nf->dir), (ntfs_u16*)(entry + 0x52), in ntfs_printcb()
295 cb.type = NTFS_INO2VOL(dir)->ngt; in ntfs_readdir()
534 err = ntfs_decodeuni(NTFS_INO2VOL(dir), (char*)d->d_name.name, in ntfs_lookup()
586 vol = NTFS_INO2VOL(dir); in ntfs_create()
647 vol = NTFS_INO2VOL(dir); in _linux_ntfs_mkdir()
707 vol = NTFS_INO2VOL(inode); in ntfs_read_inode()
752 if (!ino || ntfs_init_inode(ino, NTFS_INO2VOL(inode), in ntfs_read_inode()
820 vol = NTFS_INO2VOL(inode); in _ntfs_clear_inode()
Dmacros.h16 #define NTFS_INO2VOL(ino) (&((ino)->i_sb->u.ntfs_sb)) macro