Home
last modified time | relevance | path

Searched refs:REISERFS_QUOTA_INIT_BLOCKS (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/fs/reiserfs/
Dnamei.c583 2 * (REISERFS_QUOTA_INIT_BLOCKS(dir->i_sb) + in reiserfs_create()
656 2 * (REISERFS_QUOTA_INIT_BLOCKS(dir->i_sb) + in reiserfs_mknod()
734 2 * (REISERFS_QUOTA_INIT_BLOCKS(dir->i_sb) + in reiserfs_mkdir()
1025 2 * (REISERFS_QUOTA_INIT_BLOCKS(parent_dir->i_sb) + in reiserfs_symlink()
Dsuper.c1969 REISERFS_QUOTA_INIT_BLOCKS(dquot->dq_sb)); in reiserfs_acquire_dquot()
1975 REISERFS_QUOTA_INIT_BLOCKS(dquot->dq_sb)); in reiserfs_acquire_dquot()
Dinode.c30 2 * REISERFS_QUOTA_INIT_BLOCKS(inode->i_sb); in reiserfs_evict_inode()
3155 (REISERFS_QUOTA_INIT_BLOCKS(inode->i_sb) + in reiserfs_setattr()
/linux-2.6.39/include/linux/
Dreiserfs_fs.h1758 2 * (REISERFS_QUOTA_INIT_BLOCKS(sb) + \
1765 #define REISERFS_QUOTA_INIT_BLOCKS(s) (REISERFS_SB(s)->s_mount_opt & (1<<REISERFS_QUOTA) ? \ macro
1772 #define REISERFS_QUOTA_INIT_BLOCKS(s) 0 macro