Searched defs:dquot (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dquota_v1.c40 static int v1_read_dqblk(struct dquot *dquot) argument
61 v1_commit_dqblk(struct dquot *dquot) argument
[all...]
H A Dquota_v2.c267 static uint find_free_dqentry(struct dquot *dquot, int *err) argument
330 do_insert_tree(struct dquot *dquot, uint *treeblk, int depth) argument
382 dq_insert_tree(struct dquot *dquot) argument
391 v2_write_dquot(struct dquot *dquot) argument
427 free_dqentry(struct dquot *dquot, uint blk) argument
481 remove_tree(struct dquot *dquot, uint *blk, int depth) argument
523 v2_delete_dquot(struct dquot *dquot) argument
533 find_block_dqentry(struct dquot *dquot, uint blk) argument
573 find_tree_dqentry(struct dquot *dquot, uint blk, int depth) argument
599 find_dqentry(struct dquot *dquot) argument
604 v2_read_dquot(struct dquot *dquot) argument
661 v2_release_dquot(struct dquot *dquot) argument
[all...]
H A Ddquot.c226 insert_dquot_hash(struct dquot *dquot) argument
232 remove_dquot_hash(struct dquot *dquot) argument
240 struct dquot *dquot; local
251 put_dquot_last(struct dquot *dquot) argument
257 remove_free_dquot(struct dquot *dquot) argument
265 put_inuse(struct dquot *dquot) argument
273 remove_inuse(struct dquot *dquot) argument
282 wait_on_dquot(struct dquot *dquot) argument
290 dquot_mark_dquot_dirty(struct dquot *dquot) argument
301 clear_dquot_dirty(struct dquot *dquot) argument
319 dquot_acquire(struct dquot *dquot) argument
354 dquot_commit(struct dquot *dquot) argument
383 dquot_release(struct dquot *dquot) argument
416 struct dquot *dquot, *tmp; local
464 struct dquot *dquot; local
512 struct dquot *dquot; local
546 dqput(struct dquot *dquot) argument
601 struct dquot *dquot; local
627 struct dquot *dquot, *empty = NODQUOT; local
714 dqput_blocks(struct dquot *dquot) argument
726 struct dquot *dquot = inode->i_dquot[type]; local
751 struct dquot *dquot; local
789 dquot_incr_inodes(struct dquot *dquot, unsigned long number) argument
794 dquot_incr_space(struct dquot *dquot, qsize_t number) argument
799 dquot_decr_inodes(struct dquot *dquot, unsigned long number) argument
810 dquot_decr_space(struct dquot *dquot, qsize_t number) argument
823 need_print_warning(struct dquot *dquot) argument
847 print_warning(struct dquot *dquot, const char warntype) argument
901 ignore_hardlimit(struct dquot *dquot) argument
910 check_idq(struct dquot *dquot, ulong inodes, char *warntype) argument
942 check_bdq(struct dquot *dquot, qsize_t space, int prealloc, char *warntype) argument
1583 do_get_dqblk(struct dquot *dquot, struct if_dqblk *di) argument
1602 struct dquot *dquot; local
1616 do_set_dqblk(struct dquot *dquot, struct if_dqblk *di) argument
1671 struct dquot *dquot; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dsuper.c1863 static int reiserfs_write_dquot(struct dquot *dquot) argument
1885 reiserfs_acquire_dquot(struct dquot *dquot) argument
1907 reiserfs_release_dquot(struct dquot *dquot) argument
1929 reiserfs_mark_dquot_dirty(struct dquot *dquot) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dquota.h214 struct dquot { struct
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dsuper.c2469 static inline struct inode *dquot_to_inode(struct dquot *dquot) argument
2506 ext3_write_dquot(struct dquot *dquot) argument
2524 ext3_acquire_dquot(struct dquot *dquot) argument
2540 ext3_release_dquot(struct dquot *dquot) argument
2556 ext3_mark_dquot_dirty(struct dquot *dquot) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dsuper.c2543 static inline struct inode *dquot_to_inode(struct dquot *dquot) argument
2580 ext4_write_dquot(struct dquot *dquot) argument
2598 ext4_acquire_dquot(struct dquot *dquot) argument
2614 ext4_release_dquot(struct dquot *dquot) argument
2630 ext4_mark_dquot_dirty(struct dquot *dquot) argument
[all...]

Completed in 115 milliseconds