Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ntfs/
Dsuper.c2101 vol->secure_ino = ntfs_iget(sb, FILE_Secure); in load_system_files()
2102 if (IS_ERR(vol->secure_ino) || is_bad_inode(vol->secure_ino)) { in load_system_files()
2103 if (!IS_ERR(vol->secure_ino)) in load_system_files()
2104 iput(vol->secure_ino); in load_system_files()
2221 iput(vol->secure_ino); in load_system_files()
2299 if (vol->secure_ino) in ntfs_put_super()
2300 ntfs_commit_inode(vol->secure_ino); in ntfs_put_super()
2373 if (vol->secure_ino) { in ntfs_put_super()
2374 iput(vol->secure_ino); in ntfs_put_super()
2375 vol->secure_ino = NULL; in ntfs_put_super()
[all …]
Dvolume.h119 struct inode *secure_ino; /* The VFS inode of $Secure (NTFS3.0+ member