Searched refs:inodes (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/ntfs-84/kext/
H A Dntfs_hash.c217 // start looking up extent inodes from the $MFT pageout code
327 /* Add the inode to the list of inodes in the volume. */
329 LIST_INSERT_HEAD(&vol->inodes, nni, inodes);
H A Dntfs_volume.h169 $Secure related inodes. */
184 * The below system file inodes all reside in the $Extend system
201 ntfs_inode_list_head inodes; /* List of all loaded ntfs_inodes. */ member in struct:_ntfs_volume
202 lck_mtx_t inodes_lock; /* Lock protecting access to inodes
H A Dntfs_inode.h87 inodes and is incremented/decremented in the
117 inodes this is the device. */
134 * base_ni is valid (see below). For real inodes, we also set the type
193 * The following fields are only valid for real inodes and extent
194 * inodes.
206 * functions). Setup during read_inode for all inodes with attribute
247 inodes (0 if none), for extent records and for fake
248 inodes describing an attribute this is -1 if the
254 attribute inodes (0 if none). Ignored for
255 attribut inodes an
284 ntfs_inode_list_entry inodes; /* List of ntfs inodes attached to the member in struct:_ntfs_inode
[all...]
H A Dntfs_inode.c78 * ntfs_inode_test - compare two (possibly fake) ntfs inodes for equality
231 * identify resource fork attribute inodes easily by simply comparing
278 * Attribute inodes do not really have a type.
284 * for index inodes which we need to be able to read via the ubc.
287 * flush all inodes of the mounted volume and vnode_iterate() skips
453 * reference count of the vnode of the base inode given that the extent inodes
508 * retry for NInoDeleted() inodes.
795 * TODO: For now we do not store a name for attribute inodes.
856 * open-unlinked or NInoDeleted() attribute inodes to be opened
1079 * TODO: For now we do not store a name for attribute inodes
[all...]
H A Dntfs_vfsops.c676 * attribute) in the process bootstrapping the volume so that further inodes
681 * volume so that mft record mapping/unmapping is working and therefore inodes
1039 * can load other inodes and map (extent) mft records.
2618 * Obtain the ntfs inodes corresponding to the system files and directories
2976 * volume version and NVolUseSDAttr() when creating inodes.
3139 /* Obtained inodes will be released by the call to ntfs_unmount(). */
3294 * Calculate the number of mft records (inodes) as well as the number of free
3393 /* Number of inodes in file system (at this point in time). */
3395 /* Free inodes in file system (at this point in time). */
3497 * This is called either at unmount time or if there were still inodes activ
[all...]
/macosx-10.10/apache-793/httpd/support/
H A Dhtcacheclean.c125 apr_off_t inodes; member in struct:stats
231 apr_file_printf(errfile, "inodes limit %" APR_OFF_T_FMT APR_EOL_STR,
232 s->inodes);
238 apr_file_printf(errfile, "total inodes was %" APR_OFF_T_FMT
965 apr_off_t inodes, apr_off_t nodes, apr_off_t round)
977 s.inodes = inodes;
991 if ((!s.max || s.sum <= s.max) && (!s.inodes || s.nodes <= s.inodes)) {
1010 if ((!s.max || s.sum <= s.max) && (!s.inodes ||
964 purge(char *path, apr_pool_t *pool, apr_off_t max, apr_off_t inodes, apr_off_t nodes, apr_off_t round) argument
1377 apr_off_t max, inodes, round; local
[all...]
/macosx-10.10/CPANInternal-159.1/Filesys-Df-0.92/
H A DDf.pm131 #### Handle inodes if system supports them
228 print "Total inodes: $ref->{files}\n";
229 print "Total inodes free: $ref->{ffree}\n";
294 C<{files}> = Total inodes on the filesystem.
296 C<{ffree}> = Total inodes free on the filesystem.
298 C<{favail}> = Total inodes available to the user executing the application.
301 C<{fused}> = Total inodes used on the filesystem.
303 C<{fper}> = Percent of inodes used on the filesystem. See rules for the C<{per}>
/macosx-10.10/file_cmds-242/df/
H A Ddf.c439 uint64_t used, availblks, inodes; local
501 inodes = sfsp->f_files;
502 used = inodes - sfsp->f_ffree;
504 mwp->ifree, (unsigned long)sfsp->f_ffree, inodes == 0 ? 100.0 :
505 (double)used / (double)inodes * 100.0);
/macosx-10.10/vim-55/runtime/syntax/
H A Dfstab.vim180 syn match fsOptionsKeywords contained /\<nr_\%(blocks\|inodes\)=/ nextgroup=fsOptionsNumber

Completed in 111 milliseconds