Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Dsuper.c2099 vol->secure_ino = ntfs_iget(sb, FILE_Secure); in load_system_files()
2100 if (IS_ERR(vol->secure_ino) || is_bad_inode(vol->secure_ino)) { in load_system_files()
2101 if (!IS_ERR(vol->secure_ino)) in load_system_files()
2102 iput(vol->secure_ino); in load_system_files()
2214 iput(vol->secure_ino); in load_system_files()
2290 if (vol->secure_ino) in ntfs_put_super()
2291 ntfs_commit_inode(vol->secure_ino); in ntfs_put_super()
2364 if (vol->secure_ino) { in ntfs_put_super()
2365 iput(vol->secure_ino); in ntfs_put_super()
2366 vol->secure_ino = NULL; in ntfs_put_super()
[all …]
Dvolume.h119 struct inode *secure_ino; /* The VFS inode of $Secure (NTFS3.0+ member