Searched refs:migrated (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/nfsd/
H A Dexport.h77 * list of replicas that do serve it) then we set "migrated": */
78 int migrated; member in struct:nfsd4_fs_locations
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dexport.c408 int migrated, i, err; local
443 /* migrated */
444 err = get_int(mesg, &migrated);
448 if (migrated < 0 || migrated > 1)
450 fsloc->migrated = migrated;
683 new->ex_fslocs.migrated = 0;
704 new->ex_fslocs.migrated = item->ex_fslocs.migrated;
[all...]
H A Dnfs4proc.c1071 } else if (cstate->current_fh.fh_export->ex_fslocs.migrated &&
H A Dnfs4xdr.c1746 if (exp->ex_fslocs.migrated) {
1867 if (exp->ex_fslocs.migrated) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_mru_cache.c77 * this happens, all the elements on the LRU list need to be migrated to the end
123 * Case a) above is detected by counting how many groups are migrated and
125 * time_zero field, which is updated as each group is migrated.
136 unsigned int migrated = 0; local
163 * lists have been migrated to the reap list, it's now empty.
165 if (++migrated == mru->grp_count) {
190 * MRU list. The lists must be migrated first to ensure that they're
224 * When destroying or reaping, all the elements that were migrated to the reap
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dplatform.c380 static int migrated = false; local
383 if( !migrated && should_migrate )
387 migrated = true;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm675 with version 1 to be migrated to version 2 or greater without any changes.

Completed in 87 milliseconds