Searched refs:unused (Results 1 – 25 of 37) sorted by relevance
12
/fs/squashfs/ |
D | cache.c | 84 if (cache->unused == 0) { in squashfs_cache_get() 87 wait_event(cache->wait_queue, cache->unused); in squashfs_cache_get() 112 cache->unused--; in squashfs_cache_get() 153 cache->unused--; in squashfs_cache_get() 191 cache->unused++; in squashfs_cache_put() 251 cache->unused = entries; in squashfs_cache_init()
|
D | squashfs_fs_sb.h | 33 int unused; member
|
D | squashfs_fs.h | 377 unsigned int unused; member
|
/fs/proc/ |
D | inode-alloc.txt | 7 00001000-00001fff unused 9 80000000-efffffff unused
|
/fs/xfs/ |
D | xfs_bmap.h | 217 xfs_fileoff_t *unused, /* unused block num */ 242 xfs_fileoff_t *unused, /* last block num */
|
D | xfs_dir2_data.h | 108 xfs_dir2_data_unused_t unused; member
|
/fs/partitions/ |
D | atari.h | 24 char unused[0x156]; /* room for boot code */ member
|
/fs/xfs/support/ |
D | debug.h | 66 # define STATIC_INLINE static __attribute__ ((unused)) noinline
|
/fs/jfs/ |
D | jfs_dinode.h | 114 u8 unused[16]; /* 16: */ member
|
D | jfs_metapage.h | 27 u16 unused; member
|
/fs/adfs/ |
D | adfs.h | 68 int adfs_write_inode(struct inode *inode,int unused);
|
D | inode.c | 379 int adfs_write_inode(struct inode *inode, int unused) in adfs_write_inode() argument
|
/fs/ocfs2/dlm/ |
D | dlmthread.c | 223 unsigned int run_max, unused; in dlm_run_purge_list() local 242 unused = __dlm_lockres_unused(lockres); in dlm_run_purge_list() 245 if (!unused) in dlm_run_purge_list()
|
/fs/jffs2/ |
D | xattr.h | 51 u16 unused; member
|
/fs/qnx4/ |
D | fsync.c | 150 int qnx4_sync_file(struct file *file, struct dentry *dentry, int unused) in qnx4_sync_file() argument
|
/fs/gfs2/ |
D | log.c | 777 unsigned int unused; in log_refund() local 790 unused = sdp->sd_log_blks_reserved - reserved + tr->tr_reserved; in log_refund() 791 atomic_add(unused, &sdp->sd_log_blks_free); in log_refund()
|
/fs/hpfs/ |
D | hpfs.h | 130 unsigned char unused; member
|
/fs/dlm/ |
D | user.c | 37 __u16 unused; member 56 __u8 unused[2]; member 80 __u8 unused[3]; member
|
/fs/smbfs/ |
D | smbiod.c | 299 static int smbiod(void *unused) in smbiod() argument
|
/fs/ |
D | dcache.c | 535 int unused = dentry_stat.nr_unused; in prune_dcache() local 539 if (unused == 0 || count == 0) in prune_dcache() 543 if (count >= unused) in prune_dcache() 546 prune_ratio = unused / count; in prune_dcache()
|
/fs/affs/ |
D | Changes | 112 - truncate() zeroes the unused remainder of a 267 - Removed an unused function.
|
D | inode.c | 169 affs_write_inode(struct inode *inode, int unused) in affs_write_inode() argument
|
/fs/ext4/ |
D | ext4.h | 267 __u16 unused; member 278 __u16 unused; member
|
/fs/xfs/linux-2.6/ |
D | xfs_sync.c | 477 void *unused) in xfs_sync_worker() argument
|
D | xfs_aops.c | 1587 struct file *unused, in xfs_vm_readpage() argument 1595 struct file *unused, in xfs_vm_readpages() argument
|
12