Searched refs:NTFS_I (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dnamei.c123 mref = ntfs_lookup_inode_by_name(NTFS_I(dir_ino), uname, uname_len,
133 NTFS_I(dent_inode)->seq_no ||
151 NTFS_I(dent_inode)->seq_no);
179 ntfs_inode *ni = NTFS_I(dent_inode);
197 ni = NTFS_I(dent_inode);
386 ntfs_inode *ni = NTFS_I(vi);
H A Dquota.c52 ictx = ntfs_index_ctx_get(NTFS_I(vol->quota_q_ino));
H A Dinode.h235 * NTFS_I - return the ntfs inode given a vfs inode
238 * NTFS_I() returns the ntfs inode associated with the VFS @inode.
240 static inline ntfs_inode *NTFS_I(struct inode *inode) function
288 ntfs_inode *ni = NTFS_I(vi);
H A Dmft.c539 down_read(&NTFS_I(vol->mftmirr_ino)->
541 rl = NTFS_I(vol->mftmirr_ino)->runlist.rl;
577 up_read(&NTFS_I(vol->mftmirr_ino)->runlist.lock);
728 down_read(&NTFS_I(vol->mft_ino)->runlist.lock);
729 rl = NTFS_I(vol->mft_ino)->runlist.rl;
760 up_read(&NTFS_I(vol->mft_ino)->runlist.lock);
965 ni = NTFS_I(vi);
1037 ni = NTFS_I(vi);
1143 read_lock_irqsave(&NTFS_I(vol->mft_ino)->size_lock, flags);
1144 pass_end = NTFS_I(vo
[all...]
H A Dsuper.c352 ntfs_inode *ni = NTFS_I(vol->vol_ino);
1009 tmp_ni = NTFS_I(tmp_ino);
1138 mirr_ni = NTFS_I(vol->mftmirr_ino);
1181 NInoSetSparseDisabled(NTFS_I(tmp_ino));
1236 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->root_ino), hiberfil, 12,
1268 ni = NTFS_I(vi);
1330 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->extend_ino), Quota, 6,
1413 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->extend_ino), UsnJrnl, 8,
1482 tmp_ni = NTFS_I(vol->usnjrnl_j_ino);
1558 NInoSetSparseDisabled(NTFS_I(in
[all...]
H A Dinode.c66 ni = NTFS_I(vi);
106 ntfs_inode *ni = NTFS_I(vi);
337 ntfs_inode *ni = NTFS_I(inode);
343 kmem_cache_free(ntfs_big_inode_cache, NTFS_I(inode));
574 ni = NTFS_I(vi);
969 bni = NTFS_I(bvi);
1213 ni = NTFS_I(vi);
1214 base_ni = NTFS_I(base_vi);
1483 ni = NTFS_I(vi);
1484 base_ni = NTFS_I(base_v
[all...]
H A Daops.c69 ni = NTFS_I(vi);
198 ni = NTFS_I(vi);
417 ni = NTFS_I(vi);
557 ni = NTFS_I(vi);
892 ntfs_inode *ni = NTFS_I(vi);
1325 ntfs_inode *base_ni = NULL, *ni = NTFS_I(vi);
1562 ntfs_inode *ni = NTFS_I(mapping->host);
H A Dfile.c525 ni = NTFS_I(vi);
1499 ni = NTFS_I(vi);
1659 ni = NTFS_I(vi);
1793 ntfs_inode *ni = NTFS_I(vi);
2236 if (!datasync || !NInoNonResident(NTFS_I(vi)))
H A Dlogfile.c733 err = ntfs_attr_set(NTFS_I(log_vi), 0, i_size_read(log_vi),
H A Dcompress.c447 ntfs_inode *ni = NTFS_I(mapping->host);
H A Ddir.c708 ntfs_inode *ndir = NTFS_I(vdir);

Completed in 192 milliseconds